#364540

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

Shades of Te Papa Green #364540

Tints of Te Papa Green #364540

Color information

#364540 (or 0x364540) is unknown color: approx Te Papa Green. HEX triplet: 36, 45 and 40. RGB value is (54,69,64). Sum of RGB (Red+Green+Blue) = 54+69+64=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #364540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364540 is #C9BABF. Grayscale: #3F3F3F. Windows color (decimal): -13220544 or 4212022. OLE color: 4212022.

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

Color convert

RGB546964-
CMYK0.2200.070.73
HSL160º12.2%24.12%-
HSV(B)160º21.74%27.06%-
XYZ4.575.415.65-
YUV63.94128.03120.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=28.88%
G=36.90%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469640.2200.070.7316012.224.12
Hex364540160749a0c18
Octal6610510026071112401430
Binary11011010001011000000101100111100100110100000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364540; }

 p { color: rgb(54,69,64); }

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

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

 a { background-color: rgb(54,69,64); }

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

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

 span { border-color: rgb(54,69,64); }

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