#558648

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

Shades of Fern Green #558648

Tints of Fern Green #558648

Color information

#558648 (or 0x558648) is unknown color: approx Fern Green. HEX triplet: 55, 86 and 48. RGB value is (85,134,72). Sum of RGB (Red+Green+Blue) = 85+134+72=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #558648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558648 is #AA79B7. Grayscale: #707070. Windows color (decimal): -11172280 or 4752981. OLE color: 4752981.

HSL color Cylindrical-coordinate representation of color #558648: hue angle of 107.42º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #558648 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB8513472-
CMYK0.3700.460.47
HSL107.42º30.1%40.39%-
HSV(B)107.42º46.27%52.55%-
XYZ13.4419.459.18-
YUV112.28105.27108.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=29.21%
G=46.05%
B=24.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134720.3700.460.47107.4230.140.39
Hex5586482502E2F6b1e28
Octal12520611045056571533650
Binary10101011000011010010001001010101110101111110101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558648; }

 p { color: rgb(85,134,72); }

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

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

 a { background-color: rgb(85,134,72); }

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

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

 span { border-color: rgb(85,134,72); }

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