Html Css Color HEX #396342 Hunter Green

📋 copy color: '#396342'

red 57 ◦ green 99 ◦ blue 66

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

Shades of Hunter Green #396342

Tints of Hunter Green #396342

RGB

 RED value IS 57 (22.66% from 255) = 25.68%

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 25.68%
G = 44.59%
B = 29.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#396342 (or 0x396342) is known color: Hunter Green. HEX triplet: 39, 63 and 42. RGB value is (57,99,66). Sum of RGB (Red+Green+Blue) = 57+99+66=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #396342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396342 is #C69CBD. Grayscale: #525252. Windows color (decimal): -13016254 or 4350777. OLE color: 4350777.

HSL color Cylindrical-coordinate representation of color #396342: hue angle of 132.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396342 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 66 -
CMYK 0.42 0 0.33 0.61
HSL 132.86º 0.27% 0.31% -
HSV(B) 132.86º 0.42% 0.39% -
XYZ 7.13 10.19 6.74 -
YUV 82.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 57 99 66 0.42 0 0.33 0.61 132.86 0.27 0.31
Hex 39 63 42 2A 0 21 3D 85 1B 1F
Octal 71 143 102 52 0 41 75 205 33 37
Binary 111001 1100011 1000010 101010 0 100001 111101 10000101 11011 11111

Color Harmonies of #396342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396342

Black with #396342

Text Example


Text Example

White with #396342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396342; }

 p { color: rgb(57,99,66); }

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

background-color css

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

 a { background-color: rgb(57,99,66); }

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

border-color css

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

 span { border-color: rgb(57,99,66); }

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