#35603C

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

Shades of Hunter Green #35603C

Tints of Hunter Green #35603C

Color information

#35603C (or 0x35603C) is unknown color: approx Hunter Green. HEX triplet: 35, 60 and 3C. RGB value is (53,96,60). Sum of RGB (Red+Green+Blue) = 53+96+60=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #35603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35603C is #CA9FC3. Grayscale: #4F4F4F. Windows color (decimal): -13279172 or 3956789. OLE color: 3956789.

HSL color Cylindrical-coordinate representation of color #35603C: hue angle of 129.77º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35603C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB539660-
CMYK0.4500.380.62
HSL129.77º28.86%29.22%-
HSV(B)129.77º44.79%37.65%-
XYZ6.479.455.76-
YUV79.04117.25109.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=25.36%
G=45.93%
B=28.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396600.4500.380.62129.7728.8629.22
Hex35603C2D0263E821d1d
Octal651407455046762023535
Binary11010111000001111001011010100110111110100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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