#557C42

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

Shades of Fern Green #557C42

Tints of Fern Green #557C42

Color information

#557C42 (or 0x557C42) is unknown color: approx Fern Green. HEX triplet: 55, 7C and 42. RGB value is (85,124,66). Sum of RGB (Red+Green+Blue) = 85+124+66=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #557C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C42 is #AA83BD. Grayscale: #696969. Windows color (decimal): -11174846 or 4357205. OLE color: 4357205.

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

Color convert

RGB8512466-
CMYK0.3100.470.51
HSL100.34º30.53%37.25%-
HSV(B)100.34º46.77%48.63%-
XYZ11.9416.747.76-
YUV105.73105.58113.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 66 (26.17% from 255) = 24%
R=30.91%
G=45.09%
B=24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124660.3100.470.51100.3430.5337.25
Hex557C421F02F33641f25
Octal12517410237057631443745
Binary101010111111001000010111110101111110011110010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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