#558B3E

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

Shades of Fern Green #558B3E

Tints of Fern Green #558B3E

Color information

#558B3E (or 0x558B3E) is unknown color: approx Fern Green. HEX triplet: 55, 8B and 3E. RGB value is (85,139,62). Sum of RGB (Red+Green+Blue) = 85+139+62=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #558B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B3E is #AA74C1. Grayscale: #727272. Windows color (decimal): -11171010 or 4098901. OLE color: 4098901.

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

Color convert

RGB8513962-
CMYK0.3900.550.45
HSL102.08º38.31%39.41%-
HSV(B)102.08º55.4%54.51%-
XYZ13.8520.747.83-
YUV114.0898.61107.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=29.72%
G=48.60%
B=21.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85139620.3900.550.45102.0838.3139.41
Hex558B3E270372D662627
Octal1252137647067551464647
Binary10101011000101111111010011101101111011011100110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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