#35603F

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

Shades of Hunter Green #35603F

Tints of Hunter Green #35603F

Color information

#35603F (or 0x35603F) is unknown color: approx Hunter Green. HEX triplet: 35, 60 and 3F. RGB value is (53,96,63). Sum of RGB (Red+Green+Blue) = 53+96+63=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #35603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35603F is #CA9FC0. Grayscale: #4F4F4F. Windows color (decimal): -13279169 or 4153397. OLE color: 4153397.

HSL color Cylindrical-coordinate representation of color #35603F: hue angle of 133.95º 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 #35603F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB539663-
CMYK0.4500.340.62
HSL133.95º28.86%29.22%-
HSV(B)133.95º44.79%37.65%-
XYZ6.559.486.19-
YUV79.38118.75109.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 63 (25% from 255) = 29.72%
R=25%
G=45.28%
B=29.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396630.4500.340.62133.9528.8629.22
Hex35603F2D0223E861d1d
Octal651407755042762063535
Binary11010111000001111111011010100010111110100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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