#396A3E

Color #396A3E Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #396A3E

Tints of Hunter Green #396A3E

Color information

#396A3E (or 0x396A3E) is unknown color: approx Hunter Green. HEX triplet: 39, 6A and 3E. RGB value is (57,106,62). Sum of RGB (Red+Green+Blue) = 57+106+62=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #396A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A3E is #C695C1. Grayscale: #565656. Windows color (decimal): -13014466 or 4090425. OLE color: 4090425.

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

Color convert

RGB5710662-
CMYK0.4600.420.58
HSL126.12º30.06%31.96%-
HSV(B)126.12º46.23%41.57%-
XYZ7.7111.536.38-
YUV86.33114.27107.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=25.33%
G=47.11%
B=27.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106620.4600.420.58126.1230.0631.96
Hex396A3E2E02A3A7e1e20
Octal711527656052721763640
Binary11100111010101111101011100101010111010111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,62); }

 H1.HeaderClassName
 {
   color: #396A3E;
 }
 .AnyTagClassName
 {
   color: #396A3E;
 }
</style>
background-color css

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

 a { background-color: rgb(57,106,62); }

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

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

 span { border-color: rgb(57,106,62); }

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