#396345

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

Shades of Hunter Green #396345

Tints of Hunter Green #396345

Color information

#396345 (or 0x396345) is unknown color: approx Hunter Green. HEX triplet: 39, 63 and 45. RGB value is (57,99,69). Sum of RGB (Red+Green+Blue) = 57+99+69=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #396345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396345 is #C69CBA. Grayscale: #535353. Windows color (decimal): -13016251 or 4547385. OLE color: 4547385.

HSL color Cylindrical-coordinate representation of color #396345: hue angle of 137.14º 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 #396345 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB579969-
CMYK0.4200.300.61
HSL137.14º26.92%30.59%-
HSV(B)137.14º42.42%38.82%-
XYZ7.2210.227.22-
YUV83.02120.09109.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=25.33%
G=44%
B=30.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799690.4200.300.61137.1426.9230.59
Hex3963452A01E3D891b1f
Octal7114310552036752113337
Binary11100111000111000101101010011110111101100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396345; }

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

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

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

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

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

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

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

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