#35613A

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

Shades of Hunter Green #35613A

Tints of Hunter Green #35613A

Color information

#35613A (or 0x35613A) is unknown color: approx Hunter Green. HEX triplet: 35, 61 and 3A. RGB value is (53,97,58). Sum of RGB (Red+Green+Blue) = 53+97+58=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #35613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35613A is #CA9EC5. Grayscale: #4F4F4F. Windows color (decimal): -13278918 or 3825973. OLE color: 3825973.

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

Color convert

RGB539758-
CMYK0.4500.400.62
HSL126.82º29.33%29.41%-
HSV(B)126.82º45.36%38.04%-
XYZ6.519.615.52-
YUV79.4115.92109.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=25.48%
G=46.63%
B=27.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397580.4500.400.62126.8229.3329.41
Hex35613A2D0283E7f1d1d
Octal651417255050761773535
Binary1101011100001111010101101010100011111011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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