#35613C

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

Shades of Hunter Green #35613C

Tints of Hunter Green #35613C

Color information

#35613C (or 0x35613C) is unknown color: approx Hunter Green. HEX triplet: 35, 61 and 3C. RGB value is (53,97,60). Sum of RGB (Red+Green+Blue) = 53+97+60=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #35613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35613C is #CA9EC3. Grayscale: #4F4F4F. Windows color (decimal): -13278916 or 3957045. OLE color: 3957045.

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

Color convert

RGB539760-
CMYK0.4500.380.62
HSL129.55º29.33%29.41%-
HSV(B)129.55º45.36%38.04%-
XYZ6.569.635.79-
YUV79.63116.92109.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=25.24%
G=46.19%
B=28.57%

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
Decimal5397600.4500.380.62129.5529.3329.41
Hex35613C2D0263E821d1d
Octal651417455046762023535
Binary11010111000011111001011010100110111110100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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