#557A4C

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

Shades of Fern Green #557A4C

Tints of Fern Green #557A4C

Color information

#557A4C (or 0x557A4C) is unknown color: approx Fern Green. HEX triplet: 55, 7A and 4C. RGB value is (85,122,76). Sum of RGB (Red+Green+Blue) = 85+122+76=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #557A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A4C is #AA85B3. Grayscale: #696969. Windows color (decimal): -11175348 or 5012053. OLE color: 5012053.

HSL color Cylindrical-coordinate representation of color #557A4C: hue angle of 108.26º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557A4C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB8512276-
CMYK0.3000.380.52
HSL108.26º23.23%38.82%-
HSV(B)108.26º37.7%47.84%-
XYZ12.0116.379.36-
YUV105.69111.24113.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=30.04%
G=43.11%
B=26.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122760.3000.380.52108.2623.2338.82
Hex557A4C1E026346c1727
Octal12517211436046641542747
Binary101010111110101001100111100100110110100110110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A4C; }

 p { color: rgb(85,122,76); }

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

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

 a { background-color: rgb(85,122,76); }

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

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

 span { border-color: rgb(85,122,76); }

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