Html Css Color HEX #396945 Hunter Green

📋 copy color: '#396945'

red 57 ◦ green 105 ◦ blue 69

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

Shades of Hunter Green #396945

Tints of Hunter Green #396945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 24.68%
G = 45.45%
B = 29.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#396945 (or 0x396945) is known color: Hunter Green. HEX triplet: 39, 69 and 45. RGB value is (57,105,69). Sum of RGB (Red+Green+Blue) = 57+105+69=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #396945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396945 is #C696BA. Grayscale: #565656. Windows color (decimal): -13014715 or 4548921. OLE color: 4548921.

HSL color Cylindrical-coordinate representation of color #396945: hue angle of 135º 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 #396945 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 69 -
CMYK 0.46 0 0.34 0.59
HSL 135º 0.3% 0.32% -
HSV(B) 135º 0.46% 0.41% -
XYZ 7.81 11.4 7.42 -
YUV 86.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 57 105 69 0.46 0 0.34 0.59 135 0.3 0.32
Hex 39 69 45 2E 0 22 3B 87 1E 20
Octal 71 151 105 56 0 42 73 207 36 40
Binary 111001 1101001 1000101 101110 0 100010 111011 10000111 11110 100000

Color Harmonies of #396945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396945

Black with #396945

Text Example


Text Example

White with #396945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396945; }

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

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

background-color css

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

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

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

border-color css

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

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

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