Html Css Color HEX #396B3C Hunter Green

📋 copy color: '#396B3C'

red 57 ◦ green 107 ◦ blue 60

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

Shades of Hunter Green #396B3C

Tints of Hunter Green #396B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.77%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 25.45%
G = 47.77%
B = 26.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#396B3C (or 0x396B3C) is known color: Hunter Green. HEX triplet: 39, 6B and 3C. RGB value is (57,107,60). Sum of RGB (Red+Green+Blue) = 57+107+60=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #396B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B3C is #C694C3. Grayscale: #565656. Windows color (decimal): -13014212 or 3959609. OLE color: 3959609.

HSL color Cylindrical-coordinate representation of color #396B3C: hue angle of 123.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B3C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 60 -
CMYK 0.47 0 0.44 0.58
HSL 123.6º 0.3% 0.32% -
HSV(B) 123.6º 0.47% 0.42% -
XYZ 7.76 11.71 6.13 -
YUV 86.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 57 107 60 0.47 0 0.44 0.58 123.6 0.3 0.32
Hex 39 6B 3C 2F 0 2C 3A 7C 1E 20
Octal 71 153 74 57 0 54 72 174 36 40
Binary 111001 1101011 111100 101111 0 101100 111010 1111100 11110 100000

Color Harmonies of #396B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B3C

Black with #396B3C

Text Example


Text Example

White with #396B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B3C; }

 p { color: rgb(57,107,60); }

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

background-color css

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

 a { background-color: rgb(57,107,60); }

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

border-color css

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

 span { border-color: rgb(57,107,60); }

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