#547D50

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

Shades of Fern Green #547D50

Tints of Fern Green #547D50

Color information

#547D50 (or 0x547D50) is unknown color: approx Fern Green. HEX triplet: 54, 7D and 50. RGB value is (84,125,80). Sum of RGB (Red+Green+Blue) = 84+125+80=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #547D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D50 is #AB82AF. Grayscale: #6B6B6B. Windows color (decimal): -11240112 or 5274964. OLE color: 5274964.

HSL color Cylindrical-coordinate representation of color #547D50: hue angle of 114.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547D50 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB8412580-
CMYK0.3300.360.51
HSL114.67º21.95%40.2%-
HSV(B)114.67º36%49.02%-
XYZ12.4417.1310.24-
YUV107.61112.42111.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=29.07%
G=43.25%
B=27.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84125800.3300.360.51114.6721.9540.2
Hex547D502102433731628
Octal12417512041044631632650
Binary1010100111110110100001000010100100110011111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547D50; }

 p { color: rgb(84,125,80); }

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

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

 a { background-color: rgb(84,125,80); }

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

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

 span { border-color: rgb(84,125,80); }

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