#357041

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

Shades of Hunter Green #357041

Tints of Hunter Green #357041

Color information

#357041 (or 0x357041) is unknown color: approx Hunter Green. HEX triplet: 35, 70 and 41. RGB value is (53,112,65). Sum of RGB (Red+Green+Blue) = 53+112+65=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #357041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357041 is #CA8FBE. Grayscale: #595959. Windows color (decimal): -13275071 or 4288565. OLE color: 4288565.

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

Color convert

RGB5311265-
CMYK0.5300.420.56
HSL132.2º35.76%32.35%-
HSV(B)132.2º52.68%43.92%-
XYZ8.2212.737.02-
YUV89114.45102.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=23.04%
G=48.70%
B=28.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112650.5300.420.56132.235.7632.35
Hex3570413502A38842420
Octal6516010165052702044440
Binary11010111100001000001110101010101011100010000100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357041; }

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

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

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

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

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

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

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

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