#548B45

Color #548B45 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #548B45

Tints of Fern Green #548B45

Color information

#548B45 (or 0x548B45) is unknown color: approx Fern Green. HEX triplet: 54, 8B and 45. RGB value is (84,139,69). Sum of RGB (Red+Green+Blue) = 84+139+69=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #548B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B45 is #AB74BA. Grayscale: #727272. Windows color (decimal): -11236539 or 4557652. OLE color: 4557652.

HSL color Cylindrical-coordinate representation of color #548B45: hue angle of 107.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #548B45 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB8413969-
CMYK0.4000.500.45
HSL107.14º33.65%40.78%-
HSV(B)107.14º50.36%54.51%-
XYZ13.9620.788.91-
YUV114.57102.28106.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=28.77%
G=47.60%
B=23.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84139690.4000.500.45107.1433.6540.78
Hex548B45280322D6b2229
Octal12421310550062551534251
Binary101010010001011100010110100001100101011011101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548B45; }

 p { color: rgb(84,139,69); }

 H1.HeaderClassName
 {
   color: #548B45;
 }
 .AnyTagClassName
 {
   color: #548B45;
 }
</style>
background-color css

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

 a { background-color: rgb(84,139,69); }

 div.DivClassName
 {
   background-color: #548B45;
 }
 .BgClassName
 {
   background-color: #548B45;
 }
</style>
border-color css

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

 span { border-color: rgb(84,139,69); }

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