#396346

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

Shades of Hunter Green #396346

Tints of Hunter Green #396346

Color information

#396346 (or 0x396346) is unknown color: approx Hunter Green. HEX triplet: 39, 63 and 46. RGB value is (57,99,70). Sum of RGB (Red+Green+Blue) = 57+99+70=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #396346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396346 is #C69CB9. Grayscale: #535353. Windows color (decimal): -13016250 or 4612921. OLE color: 4612921.

HSL color Cylindrical-coordinate representation of color #396346: hue angle of 138.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396346 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB579970-
CMYK0.4200.290.61
HSL138.57º26.92%30.59%-
HSV(B)138.57º42.42%38.82%-
XYZ7.2510.247.39-
YUV83.14120.59109.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=25.22%
G=43.81%
B=30.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799700.4200.290.61138.5726.9230.59
Hex3963462A01D3D8b1b1f
Octal7114310652035752133337
Binary11100111000111000110101010011101111101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396346; }

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

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

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

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

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

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

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

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