Html Css Color HEX #364841 Te Papa Green

📋 copy color: '#364841'

red 54 ◦ green 72 ◦ blue 65

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

Shades of Te Papa Green #364841

Tints of Te Papa Green #364841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 28.27%
G = 37.7%
B = 34.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#364841 (or 0x364841) is known color: Te Papa Green. HEX triplet: 36, 48 and 41. RGB value is (54,72,65). Sum of RGB (Red+Green+Blue) = 54+72+65=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #364841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364841 is #C9B7BE. Grayscale: #414141. Windows color (decimal): -13219775 or 4278326. OLE color: 4278326.

HSL color Cylindrical-coordinate representation of color #364841: hue angle of 156.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364841 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 65 -
CMYK 0.25 0 0.10 0.72
HSL 156.67º 0.14% 0.25% -
HSV(B) 156.67º 0.25% 0.28% -
XYZ 4.79 5.8 5.87 -
YUV 65.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 54 72 65 0.25 0 0.10 0.72 156.67 0.14 0.25
Hex 36 48 41 19 0 A 48 9D E 19
Octal 66 110 101 31 0 12 110 235 16 31
Binary 110110 1001000 1000001 11001 0 1010 1001000 10011101 1110 11001

Color Harmonies of #364841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364841

Black with #364841

Text Example


Text Example

White with #364841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364841; }

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

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

background-color css

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

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

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

border-color css

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

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

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