Html Css Color HEX #366142 Hunter Green

📋 copy color: '#366142'

red 54 ◦ green 97 ◦ blue 66

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

Shades of Hunter Green #366142

Tints of Hunter Green #366142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

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

R = 24.88%
G = 44.7%
B = 30.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#366142 (or 0x366142) is known color: Hunter Green. HEX triplet: 36, 61 and 42. RGB value is (54,97,66). Sum of RGB (Red+Green+Blue) = 54+97+66=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #366142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366142 is #C99EBD. Grayscale: #505050. Windows color (decimal): -13213374 or 4350262. OLE color: 4350262.

HSL color Cylindrical-coordinate representation of color #366142: hue angle of 136.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366142 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 66 -
CMYK 0.44 0 0.32 0.62
HSL 136.74º 0.28% 0.3% -
HSV(B) 136.74º 0.44% 0.38% -
XYZ 6.78 9.73 6.67 -
YUV 80.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 54 97 66 0.44 0 0.32 0.62 136.74 0.28 0.3
Hex 36 61 42 2C 0 20 3E 89 1C 1E
Octal 66 141 102 54 0 40 76 211 34 36
Binary 110110 1100001 1000010 101100 0 100000 111110 10001001 11100 11110

Color Harmonies of #366142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366142

Black with #366142

Text Example


Text Example

White with #366142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366142; }

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

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

background-color css

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

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

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

border-color css

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

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

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