Html Css Color HEX #396340 Hunter Green

📋 copy color: '#396340'

red 57 ◦ green 99 ◦ blue 64

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

Shades of Hunter Green #396340

Tints of Hunter Green #396340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 25.91%
G = 45%
B = 29.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#396340 (or 0x396340) is known color: Hunter Green. HEX triplet: 39, 63 and 40. RGB value is (57,99,64). Sum of RGB (Red+Green+Blue) = 57+99+64=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #396340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396340 is #C69CBF. Grayscale: #525252. Windows color (decimal): -13016256 or 4219705. OLE color: 4219705.

HSL color Cylindrical-coordinate representation of color #396340: hue angle of 130º 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 #396340 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 64 -
CMYK 0.42 0 0.35 0.61
HSL 130º 0.27% 0.31% -
HSV(B) 130º 0.42% 0.39% -
XYZ 7.07 10.16 6.44 -
YUV 82.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 57 99 64 0.42 0 0.35 0.61 130 0.27 0.31
Hex 39 63 40 2A 0 23 3D 82 1B 1F
Octal 71 143 100 52 0 43 75 202 33 37
Binary 111001 1100011 1000000 101010 0 100011 111101 10000010 11011 11111

Color Harmonies of #396340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396340

Black with #396340

Text Example


Text Example

White with #396340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396340; }

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

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

background-color css

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

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

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

border-color css

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

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

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