#55953F

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

Shades of Fern Green #55953F

Tints of Fern Green #55953F

Color information

#55953F (or 0x55953F) is unknown color: approx Fern Green. HEX triplet: 55, 95 and 3F. RGB value is (85,149,63). Sum of RGB (Red+Green+Blue) = 85+149+63=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #55953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55953F is #AA6AC0. Grayscale: #787878. Windows color (decimal): -11168449 or 4166997. OLE color: 4166997.

HSL color Cylindrical-coordinate representation of color #55953F: hue angle of 104.65º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55953F is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB8514963-
CMYK0.4300.580.42
HSL104.65º40.57%41.57%-
HSV(B)104.65º57.72%58.43%-
XYZ15.3923.798.48-
YUV120.0695.8102.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 63 (25% from 255) = 21.21%
R=28.62%
G=50.17%
B=21.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149630.4300.580.42104.6540.5741.57
Hex55953F2B03A2A69292a
Octal1252257753072521515152
Binary10101011001010111111110101101110101010101101001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,149,63); }

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

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

 a { background-color: rgb(85,149,63); }

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

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

 span { border-color: rgb(85,149,63); }

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