Html Css Color HEX #557A49 Fern Green

📋 copy color: '#557A49'

red 85 ◦ green 122 ◦ blue 73

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

Shades of Fern Green #557A49

Tints of Fern Green #557A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 30.36%
G = 43.57%
B = 26.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#557A49 (or 0x557A49) is known color: Fern Green. HEX triplet: 55, 7A and 49. RGB value is (85,122,73). Sum of RGB (Red+Green+Blue) = 85+122+73=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #557A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A49 is #AA85B6. Grayscale: #696969. Windows color (decimal): -11175351 or 4815445. OLE color: 4815445.

HSL color Cylindrical-coordinate representation of color #557A49: hue angle of 105.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557A49 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 73 -
CMYK 0.30 0 0.40 0.52
HSL 105.31º 0.25% 0.38% -
HSV(B) 105.31º 0.4% 0.48% -
XYZ 11.91 16.33 8.83 -
YUV 105.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 85 122 73 0.30 0 0.40 0.52 105.31 0.25 0.38
Hex 55 7A 49 1E 0 28 34 69 19 26
Octal 125 172 111 36 0 50 64 151 31 46
Binary 1010101 1111010 1001001 11110 0 101000 110100 1101001 11001 100110

Color Harmonies of #557A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A49

Black with #557A49

Text Example


Text Example

White with #557A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A49; }

 p { color: rgb(85,122,73); }

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

background-color css

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

 a { background-color: rgb(85,122,73); }

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

border-color css

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

 span { border-color: rgb(85,122,73); }

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