#558145

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

Shades of Fern Green #558145

Tints of Fern Green #558145

Color information

#558145 (or 0x558145) is unknown color: approx Fern Green. HEX triplet: 55, 81 and 45. RGB value is (85,129,69). Sum of RGB (Red+Green+Blue) = 85+129+69=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #558145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558145 is #AA7EBA. Grayscale: #6D6D6D. Windows color (decimal): -11173563 or 4555093. OLE color: 4555093.

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

Color convert

RGB8512969-
CMYK0.3400.470.49
HSL104º30.3%38.82%-
HSV(B)104º46.51%50.59%-
XYZ12.6718.068.45-
YUV109105.42110.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=30.04%
G=45.58%
B=24.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129690.3400.470.4910430.338.82
Hex5581452202F31681e27
Octal12520110542057611503647
Binary10101011000000110001011000100101111110001110100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558145; }

 p { color: rgb(85,129,69); }

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

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

 a { background-color: rgb(85,129,69); }

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

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

 span { border-color: rgb(85,129,69); }

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