Html Css Color HEX #364540 Te Papa Green

📋 copy color: '#364540'

red 54 ◦ green 69 ◦ blue 64

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

Shades of Te Papa Green #364540

Tints of Te Papa Green #364540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 28.88%
G = 36.9%
B = 34.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#364540 (or 0x364540) is known color: Te Papa Green. HEX triplet: 36, 45 and 40. RGB value is (54,69,64). Sum of RGB (Red+Green+Blue) = 54+69+64=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #364540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364540 is #C9BABF. Grayscale: #3F3F3F. Windows color (decimal): -13220544 or 4212022. OLE color: 4212022.

HSL color Cylindrical-coordinate representation of color #364540: hue angle of 160º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #364540 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 64 -
CMYK 0.22 0 0.07 0.73
HSL 160º 0.12% 0.24% -
HSV(B) 160º 0.22% 0.27% -
XYZ 4.57 5.41 5.65 -
YUV 63.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 54 69 64 0.22 0 0.07 0.73 160 0.12 0.24
Hex 36 45 40 16 0 7 49 A0 C 18
Octal 66 105 100 26 0 7 111 240 14 30
Binary 110110 1000101 1000000 10110 0 111 1001001 10100000 1100 11000

Color Harmonies of #364540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364540

Black with #364540

Text Example


Text Example

White with #364540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364540; }

 p { color: rgb(54,69,64); }

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

background-color css

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

 a { background-color: rgb(54,69,64); }

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

border-color css

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

 span { border-color: rgb(54,69,64); }

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