#396340

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

Shades of Hunter Green #396340

Tints of Hunter Green #396340

Color information

#396340 (or 0x396340) is unknown color: approx Hunter Green. HEX triplet: 39, 63 and 40. RGB value is (57,99,64). Sum of RGB (Red+Green+Blue) = 57+99+64=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #396340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396340 is #C69CBF. Grayscale: #525252. Windows color (decimal): -13016256 or 4219705. OLE color: 4219705.

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

Color convert

RGB579964-
CMYK0.4200.350.61
HSL130º26.92%30.59%-
HSV(B)130º42.42%38.82%-
XYZ7.0710.166.44-
YUV82.45117.59109.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=25.91%
G=45%
B=29.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799640.4200.350.6113026.9230.59
Hex3963402A0233D821b1f
Octal7114310052043752023337
Binary111001110001110000001010100100011111101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396340; }

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

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

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

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

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

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

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

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