#354640

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

Shades of Te Papa Green #354640

Tints of Te Papa Green #354640

Color information

#354640 (or 0x354640) is unknown color: approx Te Papa Green. HEX triplet: 35, 46 and 40. RGB value is (53,70,64). Sum of RGB (Red+Green+Blue) = 53+70+64=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #354640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354640 is #CAB9BF. Grayscale: #404040. Windows color (decimal): -13285824 or 4212277. OLE color: 4212277.

HSL color Cylindrical-coordinate representation of color #354640: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354640 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB537064-
CMYK0.2400.090.73
HSL158.82º13.82%24.12%-
HSV(B)158.82º24.29%27.45%-
XYZ4.585.515.67-
YUV64.23127.87119.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=28.34%
G=37.43%
B=34.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370640.2400.090.73158.8213.8224.12
Hex3546401809499fe18
Octal65106100300111112371630
Binary110101100011010000001100001001100100110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354640; }

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

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

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

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

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

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

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

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