#558B3D

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

Shades of Fern Green #558B3D

Tints of Fern Green #558B3D

Color information

#558B3D (or 0x558B3D) is unknown color: approx Fern Green. HEX triplet: 55, 8B and 3D. RGB value is (85,139,61). Sum of RGB (Red+Green+Blue) = 85+139+61=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #558B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B3D is #AA74C2. Grayscale: #727272. Windows color (decimal): -11171011 or 4033365. OLE color: 4033365.

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

Color convert

RGB8513961-
CMYK0.3900.560.45
HSL101.54º39%39.22%-
HSV(B)101.54º56.12%54.51%-
XYZ13.8220.737.69-
YUV113.9698.11107.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=29.82%
G=48.77%
B=21.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85139610.3900.560.45101.543939.22
Hex558B3D270382D662727
Octal1252137547070551464747
Binary10101011000101111110110011101110001011011100110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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