#357040

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

Shades of Hunter Green #357040

Tints of Hunter Green #357040

Color information

#357040 (or 0x357040) is unknown color: approx Hunter Green. HEX triplet: 35, 70 and 40. RGB value is (53,112,64). Sum of RGB (Red+Green+Blue) = 53+112+64=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #357040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357040 is #CA8FBF. Grayscale: #595959. Windows color (decimal): -13275072 or 4223029. OLE color: 4223029.

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

Color convert

RGB5311264-
CMYK0.5300.430.56
HSL131.19º35.76%32.35%-
HSV(B)131.19º52.68%43.92%-
XYZ8.1912.726.87-
YUV88.89113.95102.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=23.14%
G=48.91%
B=27.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112640.5300.430.56131.1935.7632.35
Hex3570403502B38832420
Octal6516010065053702034440
Binary11010111100001000000110101010101111100010000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357040; }

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

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

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

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

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

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

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

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