Html Css Color HEX #557449 Fern Green

📋 copy color: '#557449'

red 85 ◦ green 116 ◦ blue 73

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

Shades of Fern Green #557449

Tints of Fern Green #557449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 31.02%
G = 42.34%
B = 26.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#557449 (or 0x557449) is known color: Fern Green. HEX triplet: 55, 74 and 49. RGB value is (85,116,73). Sum of RGB (Red+Green+Blue) = 85+116+73=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #557449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557449 is #AA8BB6. Grayscale: #656565. Windows color (decimal): -11176887 or 4813909. OLE color: 4813909.

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

Color convert

RGB 85 116 73 -
CMYK 0.27 0 0.37 0.55
HSL 103.26º 0.23% 0.37% -
HSV(B) 103.26º 0.37% 0.45% -
XYZ 11.19 14.9 8.59 -
YUV 101.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 85 116 73 0.27 0 0.37 0.55 103.26 0.23 0.37
Hex 55 74 49 1B 0 25 37 67 17 25
Octal 125 164 111 33 0 45 67 147 27 45
Binary 1010101 1110100 1001001 11011 0 100101 110111 1100111 10111 100101

Color Harmonies of #557449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557449

Black with #557449

Text Example


Text Example

White with #557449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557449; }

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

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

background-color css

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

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

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

border-color css

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

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

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