#355046

Color #355046 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #355046

Tints of Te Papa Green #355046

Color information

#355046 (or 0x355046) is unknown color: approx Te Papa Green. HEX triplet: 35, 50 and 46. RGB value is (53,80,70). Sum of RGB (Red+Green+Blue) = 53+80+70=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #355046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355046 is #CAAFB9. Grayscale: #464646. Windows color (decimal): -13283258 or 4608053. OLE color: 4608053.

HSL color Cylindrical-coordinate representation of color #355046: hue angle of 157.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #355046 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB538070-
CMYK0.3400.120.69
HSL157.78º20.3%26.08%-
HSV(B)157.78º33.75%31.37%-
XYZ5.446.946.85-
YUV70.79127.55115.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=26.11%
G=39.41%
B=34.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380700.3400.120.69157.7820.326.08
Hex355046220C459e141a
Octal65120106420141052362432
Binary11010110100001000110100010011001000101100111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355046; }

 p { color: rgb(53,80,70); }

 H1.HeaderClassName
 {
   color: #355046;
 }
 .AnyTagClassName
 {
   color: #355046;
 }
</style>
background-color css

<style>
 a { background-color: #355046; }

 a { background-color: rgb(53,80,70); }

 div.DivClassName
 {
   background-color: #355046;
 }
 .BgClassName
 {
   background-color: #355046;
 }
</style>
border-color css

<style>
 span { border-color: #355046; }

 span { border-color: rgb(53,80,70); }

 td.TdClassName
 {
   border-color: #355046;
 }
 .TagClassName
 {
   border-color: #355046;
 }
</style>