Html Css Color HEX #364942 Te Papa Green

📋 copy color: '#364942'

red 54 ◦ green 73 ◦ blue 66

#364942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #364942

Tints of Te Papa Green #364942

RGB

 RED value IS 54 (21.48% from 255) = 27.98%

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 27.98%
G = 37.82%
B = 34.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#364942 (or 0x364942) is known color: Te Papa Green. HEX triplet: 36, 49 and 42. RGB value is (54,73,66). Sum of RGB (Red+Green+Blue) = 54+73+66=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #364942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364942 is #C9B6BD. Grayscale: #424242. Windows color (decimal): -13219518 or 4344118. OLE color: 4344118.

HSL color Cylindrical-coordinate representation of color #364942: hue angle of 157.89º 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 #364942 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 73 66 -
CMYK 0.26 0 0.10 0.71
HSL 157.89º 0.15% 0.25% -
HSV(B) 157.89º 0.26% 0.29% -
XYZ 4.89 5.94 6.04 -
YUV 66.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 54 73 66 0.26 0 0.10 0.71 157.89 0.15 0.25
Hex 36 49 42 1A 0 A 47 9E F 19
Octal 66 111 102 32 0 12 107 236 17 31
Binary 110110 1001001 1000010 11010 0 1010 1000111 10011110 1111 11001

Color Harmonies of #364942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364942

Black with #364942

Text Example


Text Example

White with #364942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364942; }

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

 H1.HeaderClassName
 {
   color: #364942;
 }
 .AnyTagClassName
 {
   color: #364942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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