#396A3A

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

Shades of Hunter Green #396A3A

Tints of Hunter Green #396A3A

Color information

#396A3A (or 0x396A3A) is unknown color: approx Hunter Green. HEX triplet: 39, 6A and 3A. RGB value is (57,106,58). Sum of RGB (Red+Green+Blue) = 57+106+58=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #396A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A3A is #C695C5. Grayscale: #565656. Windows color (decimal): -13014470 or 3828281. OLE color: 3828281.

HSL color Cylindrical-coordinate representation of color #396A3A: hue angle of 121.22º 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 #396A3A is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB5710658-
CMYK0.4600.450.58
HSL121.22º30.06%31.96%-
HSV(B)121.22º46.23%41.57%-
XYZ7.6111.485.82-
YUV85.88112.27107.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 106 (41.80% from 255) = 47.96%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=25.79%
G=47.96%
B=26.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106580.4600.450.58121.2230.0631.96
Hex396A3A2E02D3A791e20
Octal711527256055721713640
Binary11100111010101110101011100101101111010111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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