Html Css Color HEX #557049 Fern Green

📋 copy color: '#557049'

red 85 ◦ green 112 ◦ blue 73

#557049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #557049

Tints of Fern Green #557049

RGB

 RED value IS 85 (33.59% from 255) = 31.48%

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 31.48%
G = 41.48%
B = 27.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#557049 (or 0x557049) is known color: Fern Green. HEX triplet: 55, 70 and 49. RGB value is (85,112,73). Sum of RGB (Red+Green+Blue) = 85+112+73=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #557049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557049 is #AA8FB6. Grayscale: #636363. Windows color (decimal): -11177911 or 4812885. OLE color: 4812885.

HSL color Cylindrical-coordinate representation of color #557049: hue angle of 101.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557049 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 73 -
CMYK 0.24 0 0.35 0.56
HSL 101.54º 0.21% 0.36% -
HSV(B) 101.54º 0.35% 0.44% -
XYZ 10.74 14 8.44 -
YUV 99.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 85 112 73 0.24 0 0.35 0.56 101.54 0.21 0.36
Hex 55 70 49 18 0 23 38 66 15 24
Octal 125 160 111 30 0 43 70 146 25 44
Binary 1010101 1110000 1001001 11000 0 100011 111000 1100110 10101 100100

Color Harmonies of #557049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557049

Black with #557049

Text Example


Text Example

White with #557049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557049; }

 p { color: rgb(85,112,73); }

 H1.HeaderClassName
 {
   color: #557049;
 }
 .AnyTagClassName
 {
   color: #557049;
 }
</style>

background-color css

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

 a { background-color: rgb(85,112,73); }

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

border-color css

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

 span { border-color: rgb(85,112,73); }

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