Html Css Color HEX #557546 Fern Green

📋 copy color: '#557546'

red 85 ◦ green 117 ◦ blue 70

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

Shades of Fern Green #557546

Tints of Fern Green #557546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.01%

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 31.25%
G = 43.01%
B = 25.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#557546 (or 0x557546) is known color: Fern Green. HEX triplet: 55, 75 and 46. RGB value is (85,117,70). Sum of RGB (Red+Green+Blue) = 85+117+70=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #557546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557546 is #AA8AB9. Grayscale: #666666. Windows color (decimal): -11176634 or 4617557. OLE color: 4617557.

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

Color convert

RGB 85 117 70 -
CMYK 0.27 0 0.40 0.54
HSL 100.85º 0.25% 0.37% -
HSV(B) 100.85º 0.4% 0.46% -
XYZ 11.21 15.1 8.12 -
YUV 102.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 85 117 70 0.27 0 0.40 0.54 100.85 0.25 0.37
Hex 55 75 46 1B 0 28 36 65 19 25
Octal 125 165 106 33 0 50 66 145 31 45
Binary 1010101 1110101 1000110 11011 0 101000 110110 1100101 11001 100101

Color Harmonies of #557546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557546

Black with #557546

Text Example


Text Example

White with #557546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557546; }

 p { color: rgb(85,117,70); }

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

background-color css

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

 a { background-color: rgb(85,117,70); }

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

border-color css

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

 span { border-color: rgb(85,117,70); }

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