#364943

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

Shades of Te Papa Green #364943

Tints of Te Papa Green #364943

Color information

#364943 (or 0x364943) is unknown color: approx Te Papa Green. HEX triplet: 36, 49 and 43. RGB value is (54,73,67). Sum of RGB (Red+Green+Blue) = 54+73+67=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #364943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364943 is #C9B6BC. Grayscale: #424242. Windows color (decimal): -13219517 or 4409654. OLE color: 4409654.

HSL color Cylindrical-coordinate representation of color #364943: hue angle of 161.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #364943 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB547367-
CMYK0.2600.080.71
HSL161.05º14.96%24.9%-
HSV(B)161.05º26.03%28.63%-
XYZ4.925.956.2-
YUV66.64128.21118.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=27.84%
G=37.63%
B=34.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5473670.2600.080.71161.0514.9624.9
Hex3649431A0847a1f19
Octal66111103320101072411731
Binary110110100100110000111101001000100011110100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364943; }

 p { color: rgb(54,73,67); }

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

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

 a { background-color: rgb(54,73,67); }

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

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

 span { border-color: rgb(54,73,67); }

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