#558141

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

Shades of Fern Green #558141

Tints of Fern Green #558141

Color information

#558141 (or 0x558141) is unknown color: approx Fern Green. HEX triplet: 55, 81 and 41. RGB value is (85,129,65). Sum of RGB (Red+Green+Blue) = 85+129+65=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #558141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558141 is #AA7EBE. Grayscale: #6C6C6C. Windows color (decimal): -11173567 or 4292949. OLE color: 4292949.

HSL color Cylindrical-coordinate representation of color #558141: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558141 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB8512965-
CMYK0.3400.500.49
HSL101.25º32.99%38.04%-
HSV(B)101.25º49.61%50.59%-
XYZ12.5518.017.82-
YUV108.55103.42111.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=30.47%
G=46.24%
B=23.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129650.3400.500.49101.2532.9938.04
Hex5581412203231652126
Octal12520110142062611454146
Binary101010110000001100000110001001100101100011100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558141; }

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

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

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

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

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

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

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

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