#558444

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

Shades of Fern Green #558444

Tints of Fern Green #558444

Color information

#558444 (or 0x558444) is unknown color: approx Fern Green. HEX triplet: 55, 84 and 44. RGB value is (85,132,68). Sum of RGB (Red+Green+Blue) = 85+132+68=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #558444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558444 is #AA7BBB. Grayscale: #6E6E6E. Windows color (decimal): -11172796 or 4490325. OLE color: 4490325.

HSL color Cylindrical-coordinate representation of color #558444: hue angle of 104.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558444 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB8513268-
CMYK0.3600.480.48
HSL104.06º32%39.22%-
HSV(B)104.06º48.48%51.76%-
XYZ13.0418.858.42-
YUV110.65103.93109.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=29.82%
G=46.32%
B=23.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132680.3600.480.48104.063239.22
Hex5584442403030682027
Octal12520410444060601504047
Binary101010110000100100010010010001100001100001101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558444; }

 p { color: rgb(85,132,68); }

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

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

 a { background-color: rgb(85,132,68); }

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

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

 span { border-color: rgb(85,132,68); }

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