#357141

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

Shades of Hunter Green #357141

Tints of Hunter Green #357141

Color information

#357141 (or 0x357141) is unknown color: approx Hunter Green. HEX triplet: 35, 71 and 41. RGB value is (53,113,65). Sum of RGB (Red+Green+Blue) = 53+113+65=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #357141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357141 is #CA8EBE. Grayscale: #595959. Windows color (decimal): -13274815 or 4288821. OLE color: 4288821.

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

Color convert

RGB5311365-
CMYK0.5300.420.56
HSL132º36.14%32.55%-
HSV(B)132º53.1%44.31%-
XYZ8.3312.957.06-
YUV89.59114.12101.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=22.94%
G=48.92%
B=28.14%

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
Decimal53113650.5300.420.5613236.1432.55
Hex3571413502A38842421
Octal6516110165052702044441
Binary11010111100011000001110101010101011100010000100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357141; }

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

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

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

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

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

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

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

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