#558B38

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

Shades of Fern Green #558B38

Tints of Fern Green #558B38

Color information

#558B38 (or 0x558B38) is unknown color: approx Fern Green. HEX triplet: 55, 8B and 38. RGB value is (85,139,56). Sum of RGB (Red+Green+Blue) = 85+139+56=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #558B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B38 is #AA74C7. Grayscale: #717171. Windows color (decimal): -11171016 or 3705685. OLE color: 3705685.

HSL color Cylindrical-coordinate representation of color #558B38: hue angle of 99.04º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558B38 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB8513956-
CMYK0.3900.600.45
HSL99.04º42.56%38.24%-
HSV(B)99.04º59.71%54.51%-
XYZ13.6920.687.01-
YUV113.3995.61107.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 139 (54.69% from 255) = 49.64%
BLUE value IS 56 (22.27% from 255) = 20%
R=30.36%
G=49.64%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85139560.3900.600.4599.0442.5638.24
Hex558B382703C2D632b26
Octal1252137047074551435346
Binary10101011000101111100010011101111001011011100011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558B38; }

 p { color: rgb(85,139,56); }

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

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

 a { background-color: rgb(85,139,56); }

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

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

 span { border-color: rgb(85,139,56); }

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