#549F5D

Color #549F5D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #549F5D

Tints of Fruit Salad #549F5D

Color information

#549F5D (or 0x549F5D) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 5D. RGB value is (84,159,93). Sum of RGB (Red+Green+Blue) = 84+159+93=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #549F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F5D is #AB60A2. Grayscale: #818181. Windows color (decimal): -11231395 or 6135636. OLE color: 6135636.

HSL color Cylindrical-coordinate representation of color #549F5D: hue angle of 127.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F5D is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB8415993-
CMYK0.4700.420.38
HSL127.2º30.86%47.65%-
HSV(B)127.2º47.17%62.35%-
XYZ18.0327.4714.71-
YUV129.05107.6595.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=25%
G=47.32%
B=27.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159930.4700.420.38127.230.8647.65
Hex549F5D2F02A267f1f30
Octal12423713557052461773760
Binary10101001001111110111011011110101010100110111111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549F5D; }

 p { color: rgb(84,159,93); }

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

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

 a { background-color: rgb(84,159,93); }

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

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

 span { border-color: rgb(84,159,93); }

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