Html Css Color HEX #557647 Fern Green

📋 copy color: '#557647'

red 85 ◦ green 118 ◦ blue 71

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

Shades of Fern Green #557647

Tints of Fern Green #557647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 31.02%
G = 43.07%
B = 25.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#557647 (or 0x557647) is known color: Fern Green. HEX triplet: 55, 76 and 47. RGB value is (85,118,71). Sum of RGB (Red+Green+Blue) = 85+118+71=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #557647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557647 is #AA89B8. Grayscale: #666666. Windows color (decimal): -11176377 or 4683349. OLE color: 4683349.

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

Color convert

RGB 85 118 71 -
CMYK 0.28 0 0.40 0.54
HSL 102.13º 0.25% 0.37% -
HSV(B) 102.13º 0.4% 0.46% -
XYZ 11.36 15.34 8.32 -
YUV 102.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 85 118 71 0.28 0 0.40 0.54 102.13 0.25 0.37
Hex 55 76 47 1C 0 28 36 66 19 25
Octal 125 166 107 34 0 50 66 146 31 45
Binary 1010101 1110110 1000111 11100 0 101000 110110 1100110 11001 100101

Color Harmonies of #557647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557647

Black with #557647

Text Example


Text Example

White with #557647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557647; }

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

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

background-color css

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

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

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

border-color css

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

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

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