#558c3b

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

Shades of Fern Green #558C3B

Tints of Fern Green #558C3B

Color information

#558C3B (or 0x558C3B) is unknown color: approx Fern Green. HEX triplet: 55, 8C and 3B. RGB value is (85,140,59). Sum of RGB (Red+Green+Blue) = 85+140+59=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #558C3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C3B is #AA73C4. Grayscale: #727272. Windows color (decimal): -11170757 or 3902549. OLE color: 3902549.

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

Color convert

RGB8514059-
CMYK0.3900.580.45
HSL100.74º40.7%39.02%-
HSV(B)100.74º57.86%54.9%-
XYZ13.91217.46-
YUV114.3296.78107.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 140 (55.08% from 255) = 49.30%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=29.93%
G=49.30%
B=20.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85140590.3900.580.45100.7440.739.02
Hex558C3B2703A2D652927
Octal1252147347072551455147
Binary10101011000110011101110011101110101011011100101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,59); }

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

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

 a { background-color: rgb(85,140,59); }

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

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

 span { border-color: rgb(85,140,59); }

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