#548240

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

Shades of Fern Green #548240

Tints of Fern Green #548240

Color information

#548240 (or 0x548240) is unknown color: approx Fern Green. HEX triplet: 54, 82 and 40. RGB value is (84,130,64). Sum of RGB (Red+Green+Blue) = 84+130+64=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #548240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548240 is #AB7DBF. Grayscale: #6C6C6C. Windows color (decimal): -11238848 or 4227668. OLE color: 4227668.

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

Color convert

RGB8413064-
CMYK0.3500.510.49
HSL101.82º34.02%38.04%-
HSV(B)101.82º50.77%50.98%-
XYZ12.5618.227.71-
YUV108.72102.76110.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=30.22%
G=46.76%
B=23.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130640.3500.510.49101.8234.0238.04
Hex5482402303331662226
Octal12420210043063611464246
Binary101010010000010100000010001101100111100011100110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548240; }

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

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

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

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

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

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

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

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