Html Css Color HEX #557C4F Fern Green

📋 copy color: '#557C4F'

red 85 ◦ green 124 ◦ blue 79

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

Shades of Fern Green #557C4F

Tints of Fern Green #557C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 79 (31.25% from 255) = 27.43%

R = 29.51%
G = 43.06%
B = 27.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#557C4F (or 0x557C4F) is known color: Fern Green. HEX triplet: 55, 7C and 4F. RGB value is (85,124,79). Sum of RGB (Red+Green+Blue) = 85+124+79=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #557C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C4F is #AA83B0. Grayscale: #6B6B6B. Windows color (decimal): -11174833 or 5209173. OLE color: 5209173.

HSL color Cylindrical-coordinate representation of color #557C4F: hue angle of 112º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557C4F is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 79 -
CMYK 0.31 0 0.36 0.51
HSL 112º 0.22% 0.4% -
HSV(B) 112º 0.36% 0.49% -
XYZ 12.37 16.91 10.01 -
YUV 107.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 85 124 79 0.31 0 0.36 0.51 112 0.22 0.4
Hex 55 7C 4F 1F 0 24 33 70 16 28
Octal 125 174 117 37 0 44 63 160 26 50
Binary 1010101 1111100 1001111 11111 0 100100 110011 1110000 10110 101000

Color Harmonies of #557C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C4F

Black with #557C4F

Text Example


Text Example

White with #557C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,79); }

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

background-color css

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

 a { background-color: rgb(85,124,79); }

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

border-color css

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

 span { border-color: rgb(85,124,79); }

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