Html Css Color HEX #557747 Fern Green

📋 copy color: '#557747'

red 85 ◦ green 119 ◦ blue 71

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

Shades of Fern Green #557747

Tints of Fern Green #557747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.27%

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

R = 30.91%
G = 43.27%
B = 25.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#557747 (or 0x557747) is known color: Fern Green. HEX triplet: 55, 77 and 47. RGB value is (85,119,71). Sum of RGB (Red+Green+Blue) = 85+119+71=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #557747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557747 is #AA88B8. Grayscale: #676767. Windows color (decimal): -11176121 or 4683605. OLE color: 4683605.

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

Color convert

RGB 85 119 71 -
CMYK 0.29 0 0.40 0.53
HSL 102.5º 0.25% 0.37% -
HSV(B) 102.5º 0.4% 0.47% -
XYZ 11.48 15.58 8.36 -
YUV 103.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 85 119 71 0.29 0 0.40 0.53 102.5 0.25 0.37
Hex 55 77 47 1D 0 28 35 66 19 25
Octal 125 167 107 35 0 50 65 146 31 45
Binary 1010101 1110111 1000111 11101 0 101000 110101 1100110 11001 100101

Color Harmonies of #557747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557747

Black with #557747

Text Example


Text Example

White with #557747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557747; }

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

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

background-color css

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

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

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

border-color css

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

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

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