Html Css Color HEX #557146 Fern Green

📋 copy color: '#557146'

red 85 ◦ green 113 ◦ blue 70

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

Shades of Fern Green #557146

Tints of Fern Green #557146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 31.72%
G = 42.16%
B = 26.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#557146 (or 0x557146) is known color: Fern Green. HEX triplet: 55, 71 and 46. RGB value is (85,113,70). Sum of RGB (Red+Green+Blue) = 85+113+70=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #557146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557146 is #AA8EB9. Grayscale: #636363. Windows color (decimal): -11177658 or 4616533. OLE color: 4616533.

HSL color Cylindrical-coordinate representation of color #557146: hue angle of 99.07º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557146 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 70 -
CMYK 0.25 0 0.38 0.56
HSL 99.07º 0.23% 0.36% -
HSV(B) 99.07º 0.38% 0.44% -
XYZ 10.76 14.18 7.97 -
YUV 99.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 85 113 70 0.25 0 0.38 0.56 99.07 0.23 0.36
Hex 55 71 46 19 0 26 38 63 17 24
Octal 125 161 106 31 0 46 70 143 27 44
Binary 1010101 1110001 1000110 11001 0 100110 111000 1100011 10111 100100

Color Harmonies of #557146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557146

Black with #557146

Text Example


Text Example

White with #557146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557146; }

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

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

background-color css

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

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

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

border-color css

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

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

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