Html Css Color HEX #548249 Fern Green

📋 copy color: '#548249'

red 84 ◦ green 130 ◦ blue 73

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

Shades of Fern Green #548249

Tints of Fern Green #548249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 29.27%
G = 45.3%
B = 25.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#548249 (or 0x548249) is known color: Fern Green. HEX triplet: 54, 82 and 49. RGB value is (84,130,73). Sum of RGB (Red+Green+Blue) = 84+130+73=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #548249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548249 is #AB7DB6. Grayscale: #6D6D6D. Windows color (decimal): -11238839 or 4817492. OLE color: 4817492.

HSL color Cylindrical-coordinate representation of color #548249: hue angle of 108.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #548249 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 130 73 -
CMYK 0.35 0 0.44 0.49
HSL 108.42º 0.28% 0.4% -
HSV(B) 108.42º 0.44% 0.51% -
XYZ 12.84 18.33 9.16 -
YUV 109.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 84 130 73 0.35 0 0.44 0.49 108.42 0.28 0.4
Hex 54 82 49 23 0 2C 31 6C 1C 28
Octal 124 202 111 43 0 54 61 154 34 50
Binary 1010100 10000010 1001001 100011 0 101100 110001 1101100 11100 101000

Color Harmonies of #548249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548249

Black with #548249

Text Example


Text Example

White with #548249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548249; }

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

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

background-color css

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

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

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

border-color css

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

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

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