#355539

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

Shades of Hunter Green #355539

Tints of Hunter Green #355539

Color information

#355539 (or 0x355539) is unknown color: approx Hunter Green. HEX triplet: 35, 55 and 39. RGB value is (53,85,57). Sum of RGB (Red+Green+Blue) = 53+85+57=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #355539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355539 is #CAAAC6. Grayscale: #484848. Windows color (decimal): -13281991 or 3757365. OLE color: 3757365.

HSL color Cylindrical-coordinate representation of color #355539: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355539 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB538557-
CMYK0.3800.330.67
HSL127.5º23.19%27.06%-
HSV(B)127.5º37.65%33.33%-
XYZ5.467.555.04-
YUV72.24119.4114.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=27.18%
G=43.59%
B=29.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385570.3800.330.67127.523.1927.06
Hex355539260214380171b
Octal6512571460411032002733
Binary110101101010111100110011001000011000011100000001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355539; }

 p { color: rgb(53,85,57); }

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

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

 a { background-color: rgb(53,85,57); }

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

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

 span { border-color: rgb(53,85,57); }

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