#396B46

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

Shades of Hunter Green #396B46

Tints of Hunter Green #396B46

Color information

#396B46 (or 0x396B46) is unknown color: approx Hunter Green. HEX triplet: 39, 6B and 46. RGB value is (57,107,70). Sum of RGB (Red+Green+Blue) = 57+107+70=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #396B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B46 is #C694B9. Grayscale: #575757. Windows color (decimal): -13014202 or 4614969. OLE color: 4614969.

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

Color convert

RGB5710770-
CMYK0.4700.350.58
HSL135.6º30.49%32.16%-
HSV(B)135.6º46.73%41.96%-
XYZ8.0511.837.65-
YUV87.83117.94106.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=24.36%
G=45.73%
B=29.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107700.4700.350.58135.630.4932.16
Hex396B462F0233A881e20
Octal7115310657043722103640
Binary1110011101011100011010111101000111110101000100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,70); }

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

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

 a { background-color: rgb(57,107,70); }

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

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

 span { border-color: rgb(57,107,70); }

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