Html Css Color HEX #364640 Te Papa Green

📋 copy color: '#364640'

red 54 ◦ green 70 ◦ blue 64

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

Shades of Te Papa Green #364640

Tints of Te Papa Green #364640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 28.72%
G = 37.23%
B = 34.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#364640 (or 0x364640) is known color: Te Papa Green. HEX triplet: 36, 46 and 40. RGB value is (54,70,64). Sum of RGB (Red+Green+Blue) = 54+70+64=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #364640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364640 is #C9B9BF. Grayscale: #404040. Windows color (decimal): -13220288 or 4212278. OLE color: 4212278.

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

Color convert

RGB 54 70 64 -
CMYK 0.23 0 0.09 0.73
HSL 157.5º 0.13% 0.24% -
HSV(B) 157.5º 0.23% 0.27% -
XYZ 4.64 5.53 5.67 -
YUV 64.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 54 70 64 0.23 0 0.09 0.73 157.5 0.13 0.24
Hex 36 46 40 17 0 9 49 9E D 18
Octal 66 106 100 27 0 11 111 236 15 30
Binary 110110 1000110 1000000 10111 0 1001 1001001 10011110 1101 11000

Color Harmonies of #364640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364640

Black with #364640

Text Example


Text Example

White with #364640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364640; }

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

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

background-color css

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

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

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

border-color css

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

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

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