Html Css Color HEX #366242 Hunter Green

📋 copy color: '#366242'

red 54 ◦ green 98 ◦ blue 66

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

Shades of Hunter Green #366242

Tints of Hunter Green #366242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 24.77%
G = 44.95%
B = 30.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#366242 (or 0x366242) is known color: Hunter Green. HEX triplet: 36, 62 and 42. RGB value is (54,98,66). Sum of RGB (Red+Green+Blue) = 54+98+66=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #366242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366242 is #C99DBD. Grayscale: #515151. Windows color (decimal): -13213118 or 4350518. OLE color: 4350518.

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

Color convert

RGB 54 98 66 -
CMYK 0.45 0 0.33 0.62
HSL 136.36º 0.29% 0.3% -
HSV(B) 136.36º 0.45% 0.38% -
XYZ 6.87 9.91 6.71 -
YUV 81.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 54 98 66 0.45 0 0.33 0.62 136.36 0.29 0.3
Hex 36 62 42 2D 0 21 3E 88 1D 1E
Octal 66 142 102 55 0 41 76 210 35 36
Binary 110110 1100010 1000010 101101 0 100001 111110 10001000 11101 11110

Color Harmonies of #366242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366242

Black with #366242

Text Example


Text Example

White with #366242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366242; }

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

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

background-color css

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

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

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

border-color css

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

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

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