Html Css Color HEX #548448 Fern Green

📋 copy color: '#548448'

red 84 ◦ green 132 ◦ blue 72

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

Shades of Fern Green #548448

Tints of Fern Green #548448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 29.17%
G = 45.83%
B = 25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#548448 (or 0x548448) is known color: Fern Green. HEX triplet: 54, 84 and 48. RGB value is (84,132,72). Sum of RGB (Red+Green+Blue) = 84+132+72=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #548448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548448 is #AB7BB7. Grayscale: #6F6F6F. Windows color (decimal): -11238328 or 4752468. OLE color: 4752468.

HSL color Cylindrical-coordinate representation of color #548448: hue angle of 108º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #548448 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 72 -
CMYK 0.36 0 0.45 0.48
HSL 108º 0.29% 0.4% -
HSV(B) 108º 0.45% 0.52% -
XYZ 13.08 18.86 9.08 -
YUV 110.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 84 132 72 0.36 0 0.45 0.48 108 0.29 0.4
Hex 54 84 48 24 0 2D 30 6C 1D 28
Octal 124 204 110 44 0 55 60 154 35 50
Binary 1010100 10000100 1001000 100100 0 101101 110000 1101100 11101 101000

Color Harmonies of #548448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548448

Black with #548448

Text Example


Text Example

White with #548448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548448; }

 p { color: rgb(84,132,72); }

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

background-color css

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

 a { background-color: rgb(84,132,72); }

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

border-color css

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

 span { border-color: rgb(84,132,72); }

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