Html Css Color HEX #367242 Hunter Green

📋 copy color: '#367242'

red 54 ◦ green 114 ◦ blue 66

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

Shades of Hunter Green #367242

Tints of Hunter Green #367242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

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

R = 23.08%
G = 48.72%
B = 28.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#367242 (or 0x367242) is known color: Hunter Green. HEX triplet: 36, 72 and 42. RGB value is (54,114,66). Sum of RGB (Red+Green+Blue) = 54+114+66=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #367242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367242 is #C98DBD. Grayscale: #5A5A5A. Windows color (decimal): -13209022 or 4354614. OLE color: 4354614.

HSL color Cylindrical-coordinate representation of color #367242: hue angle of 132º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367242 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 66 -
CMYK 0.53 0 0.42 0.55
HSL 132º 0.36% 0.33% -
HSV(B) 132º 0.53% 0.45% -
XYZ 8.52 13.21 7.26 -
YUV 90.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 54 114 66 0.53 0 0.42 0.55 132 0.36 0.33
Hex 36 72 42 35 0 2A 37 84 24 21
Octal 66 162 102 65 0 52 67 204 44 41
Binary 110110 1110010 1000010 110101 0 101010 110111 10000100 100100 100001

Color Harmonies of #367242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367242

Black with #367242

Text Example


Text Example

White with #367242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367242; }

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

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

background-color css

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

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

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

border-color css

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

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

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