Html Css Color HEX #557744 Fern Green

📋 copy color: '#557744'

red 85 ◦ green 119 ◦ blue 68

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

Shades of Fern Green #557744

Tints of Fern Green #557744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 31.25%
G = 43.75%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#557744 (or 0x557744) is known color: Fern Green. HEX triplet: 55, 77 and 44. RGB value is (85,119,68). Sum of RGB (Red+Green+Blue) = 85+119+68=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #557744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557744 is #AA88BB. Grayscale: #676767. Windows color (decimal): -11176124 or 4486997. OLE color: 4486997.

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

Color convert

RGB 85 119 68 -
CMYK 0.29 0 0.43 0.53
HSL 100º 0.27% 0.37% -
HSV(B) 100º 0.43% 0.47% -
XYZ 11.39 15.54 7.87 -
YUV 103.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 85 119 68 0.29 0 0.43 0.53 100 0.27 0.37
Hex 55 77 44 1D 0 2B 35 64 1B 25
Octal 125 167 104 35 0 53 65 144 33 45
Binary 1010101 1110111 1000100 11101 0 101011 110101 1100100 11011 100101

Color Harmonies of #557744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557744

Black with #557744

Text Example


Text Example

White with #557744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557744; }

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

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

background-color css

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

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

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

border-color css

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

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

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