Html Css Color HEX #396941 Hunter Green

📋 copy color: '#396941'

red 57 ◦ green 105 ◦ blue 65

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

Shades of Hunter Green #396941

Tints of Hunter Green #396941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 25.11%
G = 46.26%
B = 28.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#396941 (or 0x396941) is known color: Hunter Green. HEX triplet: 39, 69 and 41. RGB value is (57,105,65). Sum of RGB (Red+Green+Blue) = 57+105+65=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #396941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396941 is #C696BE. Grayscale: #565656. Windows color (decimal): -13014719 or 4286777. OLE color: 4286777.

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

Color convert

RGB 57 105 65 -
CMYK 0.46 0 0.38 0.59
HSL 130º 0.3% 0.32% -
HSV(B) 130º 0.46% 0.41% -
XYZ 7.69 11.35 6.79 -
YUV 86.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 57 105 65 0.46 0 0.38 0.59 130 0.3 0.32
Hex 39 69 41 2E 0 26 3B 82 1E 20
Octal 71 151 101 56 0 46 73 202 36 40
Binary 111001 1101001 1000001 101110 0 100110 111011 10000010 11110 100000

Color Harmonies of #396941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396941

Black with #396941

Text Example


Text Example

White with #396941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396941; }

 p { color: rgb(57,105,65); }

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

background-color css

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

 a { background-color: rgb(57,105,65); }

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

border-color css

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

 span { border-color: rgb(57,105,65); }

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