#355B39

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

Shades of Hunter Green #355B39

Tints of Hunter Green #355B39

Color information

#355B39 (or 0x355B39) is unknown color: approx Hunter Green. HEX triplet: 35, 5B and 39. RGB value is (53,91,57). Sum of RGB (Red+Green+Blue) = 53+91+57=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #355B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B39 is #CAA4C6. Grayscale: #4B4B4B. Windows color (decimal): -13280455 or 3758901. OLE color: 3758901.

HSL color Cylindrical-coordinate representation of color #355B39: hue angle of 126.32º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B39 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB539157-
CMYK0.4200.370.64
HSL126.32º26.39%28.24%-
HSV(B)126.32º41.76%35.69%-
XYZ5.958.535.2-
YUV75.76117.41111.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=26.37%
G=45.27%
B=28.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5391570.4200.370.64126.3226.3928.24
Hex355B392A025407e1a1c
Octal6513371520451001763234
Binary11010110110111110011010100100101100000011111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B39; }

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

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

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

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

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

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

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

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