Html Css Color HEX #364941 Te Papa Green

📋 copy color: '#364941'

red 54 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #364941

Tints of Te Papa Green #364941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 28.13%
G = 38.02%
B = 33.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#364941 (or 0x364941) is known color: Te Papa Green. HEX triplet: 36, 49 and 41. RGB value is (54,73,65). Sum of RGB (Red+Green+Blue) = 54+73+65=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #364941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364941 is #C9B6BE. Grayscale: #424242. Windows color (decimal): -13219519 or 4278582. OLE color: 4278582.

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

Color convert

RGB 54 73 65 -
CMYK 0.26 0 0.11 0.71
HSL 154.74º 0.15% 0.25% -
HSV(B) 154.74º 0.26% 0.29% -
XYZ 4.86 5.93 5.89 -
YUV 66.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 54 73 65 0.26 0 0.11 0.71 154.74 0.15 0.25
Hex 36 49 41 1A 0 B 47 9B F 19
Octal 66 111 101 32 0 13 107 233 17 31
Binary 110110 1001001 1000001 11010 0 1011 1000111 10011011 1111 11001

Color Harmonies of #364941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364941

Black with #364941

Text Example


Text Example

White with #364941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364941; }

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

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

background-color css

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

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

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

border-color css

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

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

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