#35613F

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

Shades of Hunter Green #35613F

Tints of Hunter Green #35613F

Color information

#35613F (or 0x35613F) is unknown color: approx Hunter Green. HEX triplet: 35, 61 and 3F. RGB value is (53,97,63). Sum of RGB (Red+Green+Blue) = 53+97+63=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #35613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35613F is #CA9EC0. Grayscale: #505050. Windows color (decimal): -13278913 or 4153653. OLE color: 4153653.

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

Color convert

RGB539763-
CMYK0.4500.350.62
HSL133.64º29.33%29.41%-
HSV(B)133.64º45.36%38.04%-
XYZ6.649.676.22-
YUV79.97118.42108.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 63 (25% from 255) = 29.58%
R=24.88%
G=45.54%
B=29.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397630.4500.350.62133.6429.3329.41
Hex35613F2D0233E861d1d
Octal651417755043762063535
Binary11010111000011111111011010100011111110100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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