#397040

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

Shades of Hunter Green #397040

Tints of Hunter Green #397040

Color information

#397040 (or 0x397040) is unknown color: approx Hunter Green. HEX triplet: 39, 70 and 40. RGB value is (57,112,64). Sum of RGB (Red+Green+Blue) = 57+112+64=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #397040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397040 is #C68FBF. Grayscale: #5A5A5A. Windows color (decimal): -13012928 or 4223033. OLE color: 4223033.

HSL color Cylindrical-coordinate representation of color #397040: hue angle of 127.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397040 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5711264-
CMYK0.4900.430.56
HSL127.64º32.54%33.14%-
HSV(B)127.64º49.11%43.92%-
XYZ8.4112.836.88-
YUV90.08113.28104.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=24.46%
G=48.07%
B=27.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57112640.4900.430.56127.6432.5433.14
Hex3970403102B38802121
Octal7116010061053702004141
Binary11100111100001000000110001010101111100010000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397040; }

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

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

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

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

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

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

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

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