Html Css Color HEX #396F45 Hunter Green

📋 copy color: '#396F45'

red 57 ◦ green 111 ◦ blue 69

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

Shades of Hunter Green #396F45

Tints of Hunter Green #396F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

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

R = 24.05%
G = 46.84%
B = 29.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#396F45 (or 0x396F45) is known color: Hunter Green. HEX triplet: 39, 6F and 45. RGB value is (57,111,69). Sum of RGB (Red+Green+Blue) = 57+111+69=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #396F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F45 is #C690BA. Grayscale: #5A5A5A. Windows color (decimal): -13013179 or 4550457. OLE color: 4550457.

HSL color Cylindrical-coordinate representation of color #396F45: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F45 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 69 -
CMYK 0.49 0 0.38 0.56
HSL 133.33º 0.32% 0.33% -
HSV(B) 133.33º 0.49% 0.44% -
XYZ 8.45 12.67 7.63 -
YUV 90.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 57 111 69 0.49 0 0.38 0.56 133.33 0.32 0.33
Hex 39 6F 45 31 0 26 38 85 20 21
Octal 71 157 105 61 0 46 70 205 40 41
Binary 111001 1101111 1000101 110001 0 100110 111000 10000101 100000 100001

Color Harmonies of #396F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F45

Black with #396F45

Text Example


Text Example

White with #396F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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