#557245

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

Shades of Fern Green #557245

Tints of Fern Green #557245

Color information

#557245 (or 0x557245) is unknown color: approx Fern Green. HEX triplet: 55, 72 and 45. RGB value is (85,114,69). Sum of RGB (Red+Green+Blue) = 85+114+69=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #557245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557245 is #AA8DBA. Grayscale: #646464. Windows color (decimal): -11177403 or 4551253. OLE color: 4551253.

HSL color Cylindrical-coordinate representation of color #557245: hue angle of 98.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557245 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB8511469-
CMYK0.2500.390.55
HSL98.67º24.59%35.88%-
HSV(B)98.67º39.47%44.71%-
XYZ10.8414.47.84-
YUV100.2110.39117.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=31.72%
G=42.54%
B=25.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114690.2500.390.5598.6724.5935.88
Hex5572451902737631924
Octal12516210531047671433144
Binary101010111100101000101110010100111110111110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557245; }

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

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

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

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

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

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

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

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