Html Css Color HEX #557246 Fern Green

📋 copy color: '#557246'

red 85 ◦ green 114 ◦ blue 70

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

Shades of Fern Green #557246

Tints of Fern Green #557246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

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

R = 31.6%
G = 42.38%
B = 26.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#557246 (or 0x557246) is known color: Fern Green. HEX triplet: 55, 72 and 46. RGB value is (85,114,70). Sum of RGB (Red+Green+Blue) = 85+114+70=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #557246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557246 is #AA8DB9. Grayscale: #646464. Windows color (decimal): -11177402 or 4616789. OLE color: 4616789.

HSL color Cylindrical-coordinate representation of color #557246: hue angle of 99.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557246 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 70 -
CMYK 0.25 0 0.39 0.55
HSL 99.55º 0.24% 0.36% -
HSV(B) 99.55º 0.39% 0.45% -
XYZ 10.87 14.41 8 -
YUV 100.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 85 114 70 0.25 0 0.39 0.55 99.55 0.24 0.36
Hex 55 72 46 19 0 27 37 64 18 24
Octal 125 162 106 31 0 47 67 144 30 44
Binary 1010101 1110010 1000110 11001 0 100111 110111 1100100 11000 100100

Color Harmonies of #557246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557246

Black with #557246

Text Example


Text Example

White with #557246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557246; }

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

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

background-color css

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

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

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

border-color css

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

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

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