#357044

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

Shades of Hunter Green #357044

Tints of Hunter Green #357044

Color information

#357044 (or 0x357044) is unknown color: approx Hunter Green. HEX triplet: 35, 70 and 44. RGB value is (53,112,68). Sum of RGB (Red+Green+Blue) = 53+112+68=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #357044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357044 is #CA8FBB. Grayscale: #595959. Windows color (decimal): -13275068 or 4485173. OLE color: 4485173.

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

Color convert

RGB5311268-
CMYK0.5300.390.56
HSL135.25º35.76%32.35%-
HSV(B)135.25º52.68%43.92%-
XYZ8.3112.767.49-
YUV89.34115.95102.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=22.75%
G=48.07%
B=29.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112680.5300.390.56135.2535.7632.35
Hex3570443502738872420
Octal6516010465047702074440
Binary11010111100001000100110101010011111100010000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357044; }

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

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

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

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

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

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

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

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