Html Css Color HEX #557649 Fern Green

📋 copy color: '#557649'

red 85 ◦ green 118 ◦ blue 73

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

Shades of Fern Green #557649

Tints of Fern Green #557649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 30.8%
G = 42.75%
B = 26.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#557649 (or 0x557649) is known color: Fern Green. HEX triplet: 55, 76 and 49. RGB value is (85,118,73). Sum of RGB (Red+Green+Blue) = 85+118+73=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #557649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557649 is #AA89B6. Grayscale: #676767. Windows color (decimal): -11176375 or 4814421. OLE color: 4814421.

HSL color Cylindrical-coordinate representation of color #557649: hue angle of 104º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557649 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 73 -
CMYK 0.28 0 0.38 0.54
HSL 104º 0.24% 0.37% -
HSV(B) 104º 0.38% 0.46% -
XYZ 11.43 15.37 8.67 -
YUV 103 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 85 118 73 0.28 0 0.38 0.54 104 0.24 0.37
Hex 55 76 49 1C 0 26 36 68 18 25
Octal 125 166 111 34 0 46 66 150 30 45
Binary 1010101 1110110 1001001 11100 0 100110 110110 1101000 11000 100101

Color Harmonies of #557649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557649

Black with #557649

Text Example


Text Example

White with #557649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557649; }

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

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

background-color css

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

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

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

border-color css

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

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

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