#35583C

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

Shades of Hunter Green #35583C

Tints of Hunter Green #35583C

Color information

#35583C (or 0x35583C) is unknown color: approx Hunter Green. HEX triplet: 35, 58 and 3C. RGB value is (53,88,60). Sum of RGB (Red+Green+Blue) = 53+88+60=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #35583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35583C is #CAA7C3. Grayscale: #4A4A4A. Windows color (decimal): -13281220 or 3954741. OLE color: 3954741.

HSL color Cylindrical-coordinate representation of color #35583C: hue angle of 132º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35583C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB538860-
CMYK0.4000.320.65
HSL132º24.82%27.65%-
HSV(B)132º39.77%34.51%-
XYZ5.778.065.53-
YUV74.34119.9112.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=26.37%
G=43.78%
B=29.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388600.4000.320.6513224.8227.65
Hex35583C280204184191c
Octal6513074500401012043134
Binary110101101100011110010100001000001000001100001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35583C; }

 p { color: rgb(53,88,60); }

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

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

 a { background-color: rgb(53,88,60); }

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

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

 span { border-color: rgb(53,88,60); }

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