#557A45

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

Shades of Fern Green #557A45

Tints of Fern Green #557A45

Color information

#557A45 (or 0x557A45) is unknown color: approx Fern Green. HEX triplet: 55, 7A and 45. RGB value is (85,122,69). Sum of RGB (Red+Green+Blue) = 85+122+69=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #557A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A45 is #AA85BA. Grayscale: #696969. Windows color (decimal): -11175355 or 4553301. OLE color: 4553301.

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

Color convert

RGB8512269-
CMYK0.3000.430.52
HSL101.89º27.75%37.45%-
HSV(B)101.89º43.44%47.84%-
XYZ11.7816.288.15-
YUV104.9107.74113.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 69 (27.34% from 255) = 25%
R=30.80%
G=44.20%
B=25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122690.3000.430.52101.8927.7537.45
Hex557A451E02B34661c25
Octal12517210536053641463445
Binary101010111110101000101111100101011110100110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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