#548B3C

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

Shades of Fern Green #548B3C

Tints of Fern Green #548B3C

Color information

#548B3C (or 0x548B3C) is unknown color: approx Fern Green. HEX triplet: 54, 8B and 3C. RGB value is (84,139,60). Sum of RGB (Red+Green+Blue) = 84+139+60=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #548B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B3C is #AB74C3. Grayscale: #717171. Windows color (decimal): -11236548 or 3967828. OLE color: 3967828.

HSL color Cylindrical-coordinate representation of color #548B3C: hue angle of 101.77º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #548B3C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB8413960-
CMYK0.4000.570.45
HSL101.77º39.7%39.02%-
HSV(B)101.77º56.83%54.51%-
XYZ13.720.687.54-
YUV113.5597.78106.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=29.68%
G=49.12%
B=21.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84139600.4000.570.45101.7739.739.02
Hex548B3C280392D662827
Octal1242137450071551465047
Binary10101001000101111110010100001110011011011100110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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