Html Css Color HEX #557547 Fern Green

📋 copy color: '#557547'

red 85 ◦ green 117 ◦ blue 71

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

Shades of Fern Green #557547

Tints of Fern Green #557547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

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

R = 31.14%
G = 42.86%
B = 26.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#557547 (or 0x557547) is known color: Fern Green. HEX triplet: 55, 75 and 47. RGB value is (85,117,71). Sum of RGB (Red+Green+Blue) = 85+117+71=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #557547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557547 is #AA8AB8. Grayscale: #666666. Windows color (decimal): -11176633 or 4683093. OLE color: 4683093.

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

Color convert

RGB 85 117 71 -
CMYK 0.27 0 0.39 0.54
HSL 101.74º 0.24% 0.37% -
HSV(B) 101.74º 0.39% 0.46% -
XYZ 11.24 15.11 8.28 -
YUV 102.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 85 117 71 0.27 0 0.39 0.54 101.74 0.24 0.37
Hex 55 75 47 1B 0 27 36 66 18 25
Octal 125 165 107 33 0 47 66 146 30 45
Binary 1010101 1110101 1000111 11011 0 100111 110110 1100110 11000 100101

Color Harmonies of #557547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557547

Black with #557547

Text Example


Text Example

White with #557547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557547; }

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

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

background-color css

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

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

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

border-color css

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

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

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