#557C46

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

Shades of Fern Green #557C46

Tints of Fern Green #557C46

Color information

#557C46 (or 0x557C46) is unknown color: approx Fern Green. HEX triplet: 55, 7C and 46. RGB value is (85,124,70). Sum of RGB (Red+Green+Blue) = 85+124+70=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #557C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C46 is #AA83B9. Grayscale: #6A6A6A. Windows color (decimal): -11174842 or 4619349. OLE color: 4619349.

HSL color Cylindrical-coordinate representation of color #557C46: hue angle of 103.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557C46 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB8512470-
CMYK0.3100.440.51
HSL103.33º27.84%38.04%-
HSV(B)103.33º43.55%48.63%-
XYZ12.0616.798.4-
YUV106.18107.58112.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=30.47%
G=44.44%
B=25.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124700.3100.440.51103.3327.8438.04
Hex557C461F02C33671c26
Octal12517410637054631473446
Binary101010111111001000110111110101100110011110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,70); }

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

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

 a { background-color: rgb(85,124,70); }

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

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

 span { border-color: rgb(85,124,70); }

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