#559141

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

Shades of Fern Green #559141

Tints of Fern Green #559141

Color information

#559141 (or 0x559141) is unknown color: approx Fern Green. HEX triplet: 55, 91 and 41. RGB value is (85,145,65). Sum of RGB (Red+Green+Blue) = 85+145+65=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #559141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559141 is #AA6EBE. Grayscale: #767676. Windows color (decimal): -11169471 or 4297045. OLE color: 4297045.

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

Color convert

RGB8514565-
CMYK0.4100.550.43
HSL105º38.1%41.18%-
HSV(B)105º55.17%56.86%-
XYZ14.8322.568.57-
YUV117.9498.12104.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=28.81%
G=49.15%
B=22.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145650.4100.550.4310538.141.18
Hex559141290372B692629
Octal12522110151067531514651
Binary101010110010001100000110100101101111010111101001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559141; }

 p { color: rgb(85,145,65); }

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

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

 a { background-color: rgb(85,145,65); }

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

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

 span { border-color: rgb(85,145,65); }

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