#355E3C

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

Shades of Hunter Green #355E3C

Tints of Hunter Green #355E3C

Color information

#355E3C (or 0x355E3C) is unknown color: approx Hunter Green. HEX triplet: 35, 5E and 3C. RGB value is (53,94,60). Sum of RGB (Red+Green+Blue) = 53+94+60=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #355E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E3C is #CAA1C3. Grayscale: #4D4D4D. Windows color (decimal): -13279684 or 3956277. OLE color: 3956277.

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

Color convert

RGB539460-
CMYK0.4400.360.63
HSL130.24º27.89%28.82%-
HSV(B)130.24º43.62%36.86%-
XYZ6.299.095.7-
YUV77.86117.92110.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 94 (37.11% from 255) = 45.41%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=25.60%
G=45.41%
B=28.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5394600.4400.360.63130.2427.8928.82
Hex355E3C2C0243F821c1d
Octal651367454044772023435
Binary11010110111101111001011000100100111111100000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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