#557F4B

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

Shades of Fern Green #557F4B

Tints of Fern Green #557F4B

Color information

#557F4B (or 0x557F4B) is unknown color: approx Fern Green. HEX triplet: 55, 7F and 4B. RGB value is (85,127,75). Sum of RGB (Red+Green+Blue) = 85+127+75=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #557F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F4B is #AA80B4. Grayscale: #6C6C6C. Windows color (decimal): -11174069 or 4947797. OLE color: 4947797.

HSL color Cylindrical-coordinate representation of color #557F4B: hue angle of 108.46º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557F4B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB8512775-
CMYK0.3300.410.50
HSL108.46º25.74%39.61%-
HSV(B)108.46º40.94%49.8%-
XYZ12.6117.629.39-
YUV108.51109.09111.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=29.62%
G=44.25%
B=26.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85127750.3300.410.50108.4625.7439.61
Hex557F4B21029326c1a28
Octal12517711341051621543250
Binary1010101111111110010111000010101001110010110110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,75); }

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

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

 a { background-color: rgb(85,127,75); }

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

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

 span { border-color: rgb(85,127,75); }

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