#558247

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

Shades of Fern Green #558247

Tints of Fern Green #558247

Color information

#558247 (or 0x558247) is unknown color: approx Fern Green. HEX triplet: 55, 82 and 47. RGB value is (85,130,71). Sum of RGB (Red+Green+Blue) = 85+130+71=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #558247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558247 is #AA7DB8. Grayscale: #6E6E6E. Windows color (decimal): -11173305 or 4686421. OLE color: 4686421.

HSL color Cylindrical-coordinate representation of color #558247: hue angle of 105.76º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558247 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB8513071-
CMYK0.3500.450.49
HSL105.76º29.35%39.41%-
HSV(B)105.76º45.38%50.98%-
XYZ12.8718.358.83-
YUV109.82106.09110.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=29.72%
G=45.45%
B=24.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130710.3500.450.49105.7629.3539.41
Hex5582472302D316a1d27
Octal12520210743055611523547
Binary10101011000001010001111000110101101110001110101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558247; }

 p { color: rgb(85,130,71); }

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

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

 a { background-color: rgb(85,130,71); }

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

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

 span { border-color: rgb(85,130,71); }

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