#547C50

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

Shades of Fern Green #547C50

Tints of Fern Green #547C50

Color information

#547C50 (or 0x547C50) is unknown color: approx Fern Green. HEX triplet: 54, 7C and 50. RGB value is (84,124,80). Sum of RGB (Red+Green+Blue) = 84+124+80=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #547C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C50 is #AB83AF. Grayscale: #6B6B6B. Windows color (decimal): -11240368 or 5274708. OLE color: 5274708.

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

Color convert

RGB8412480-
CMYK0.3200.350.51
HSL114.55º21.57%40%-
HSV(B)114.55º35.48%48.63%-
XYZ12.3116.8810.2-
YUV107.02112.75111.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=29.17%
G=43.06%
B=27.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84124800.3200.350.51114.5521.5740
Hex547C502002333731628
Octal12417412040043631632650
Binary1010100111110010100001000000100011110011111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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