Html Css Color HEX #547049 Fern Green

📋 copy color: '#547049'

red 84 ◦ green 112 ◦ blue 73

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

Shades of Fern Green #547049

Tints of Fern Green #547049

RGB

 RED value IS 84 (33.2% from 255) = 31.23%

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 31.23%
G = 41.64%
B = 27.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#547049 (or 0x547049) is known color: Fern Green. HEX triplet: 54, 70 and 49. RGB value is (84,112,73). Sum of RGB (Red+Green+Blue) = 84+112+73=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #547049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547049 is #AB8FB6. Grayscale: #636363. Windows color (decimal): -11243447 or 4812884. OLE color: 4812884.

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

Color convert

RGB 84 112 73 -
CMYK 0.25 0 0.35 0.56
HSL 103.08º 0.21% 0.36% -
HSV(B) 103.08º 0.35% 0.44% -
XYZ 10.65 13.95 8.44 -
YUV 99.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 84 112 73 0.25 0 0.35 0.56 103.08 0.21 0.36
Hex 54 70 49 19 0 23 38 67 15 24
Octal 124 160 111 31 0 43 70 147 25 44
Binary 1010100 1110000 1001001 11001 0 100011 111000 1100111 10101 100100

Color Harmonies of #547049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547049

Black with #547049

Text Example


Text Example

White with #547049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547049; }

 p { color: rgb(84,112,73); }

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

background-color css

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

 a { background-color: rgb(84,112,73); }

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

border-color css

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

 span { border-color: rgb(84,112,73); }

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