#55B959

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

Shades of Fern #55B959

Tints of Fern #55B959

Color information

#55B959 (or 0x55B959) is unknown color: approx Fern. HEX triplet: 55, B9 and 59. RGB value is (85,185,89). Sum of RGB (Red+Green+Blue) = 85+185+89=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #55B959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B959 is #AA46A6. Grayscale: #909090. Windows color (decimal): -11159207 or 5880149. OLE color: 5880149.

HSL color Cylindrical-coordinate representation of color #55B959: hue angle of 122.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B959 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB8518589-
CMYK0.5400.520.27
HSL122.4º41.67%52.94%-
HSV(B)122.4º54.05%72.55%-
XYZ22.937.3515.45-
YUV144.1696.8785.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=23.68%
G=51.53%
B=24.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85185890.5400.520.27122.441.6752.94
Hex55B959360341B7a2a35
Octal12527113166064331725265
Binary10101011011100110110011101100110100110111111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B959; }

 p { color: rgb(85,185,89); }

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

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

 a { background-color: rgb(85,185,89); }

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

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

 span { border-color: rgb(85,185,89); }

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