Html Css Color HEX #557448 Fern Green

📋 copy color: '#557448'

red 85 ◦ green 116 ◦ blue 72

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

Shades of Fern Green #557448

Tints of Fern Green #557448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 31.14%
G = 42.49%
B = 26.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#557448 (or 0x557448) is known color: Fern Green. HEX triplet: 55, 74 and 48. RGB value is (85,116,72). Sum of RGB (Red+Green+Blue) = 85+116+72=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #557448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557448 is #AA8BB7. Grayscale: #656565. Windows color (decimal): -11176888 or 4748373. OLE color: 4748373.

HSL color Cylindrical-coordinate representation of color #557448: hue angle of 102.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557448 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 72 -
CMYK 0.27 0 0.38 0.55
HSL 102.27º 0.23% 0.37% -
HSV(B) 102.27º 0.38% 0.45% -
XYZ 11.16 14.89 8.42 -
YUV 101.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 85 116 72 0.27 0 0.38 0.55 102.27 0.23 0.37
Hex 55 74 48 1B 0 26 37 66 17 25
Octal 125 164 110 33 0 46 67 146 27 45
Binary 1010101 1110100 1001000 11011 0 100110 110111 1100110 10111 100101

Color Harmonies of #557448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557448

Black with #557448

Text Example


Text Example

White with #557448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557448; }

 p { color: rgb(85,116,72); }

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

background-color css

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

 a { background-color: rgb(85,116,72); }

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

border-color css

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

 span { border-color: rgb(85,116,72); }

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