#364D44

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

Shades of Te Papa Green #364D44

Tints of Te Papa Green #364D44

Color information

#364D44 (or 0x364D44) is unknown color: approx Te Papa Green. HEX triplet: 36, 4D and 44. RGB value is (54,77,68). Sum of RGB (Red+Green+Blue) = 54+77+68=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #364D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D44 is #C9B2BB. Grayscale: #454545. Windows color (decimal): -13218492 or 4476214. OLE color: 4476214.

HSL color Cylindrical-coordinate representation of color #364D44: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D44 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB547768-
CMYK0.3000.120.70
HSL156.52º17.56%25.69%-
HSV(B)156.52º29.87%30.2%-
XYZ5.226.516.45-
YUV69.1127.38117.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=27.14%
G=38.69%
B=34.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477680.3000.120.70156.5217.5625.69
Hex364D441E0C469d121a
Octal66115104360141062352232
Binary1101101001101100010011110011001000110100111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D44; }

 p { color: rgb(54,77,68); }

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

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

 a { background-color: rgb(54,77,68); }

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

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

 span { border-color: rgb(54,77,68); }

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