#549F4B

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

Shades of Fruit Salad #549F4B

Tints of Fruit Salad #549F4B

Color information

#549F4B (or 0x549F4B) is unknown color: approx Fruit Salad. HEX triplet: 54, 9F and 4B. RGB value is (84,159,75). Sum of RGB (Red+Green+Blue) = 84+159+75=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #549F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549F4B is #AB60B4. Grayscale: #7F7F7F. Windows color (decimal): -11231413 or 4955988. OLE color: 4955988.

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

Color convert

RGB8415975-
CMYK0.4700.530.38
HSL113.57º35.9%45.88%-
HSV(B)113.57º52.83%62.35%-
XYZ17.3227.1910.99-
YUV12798.6597.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=26.42%
G=50%
B=23.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159750.4700.530.38113.5735.945.88
Hex549F4B2F0352672242e
Octal12423711357065461624456
Binary101010010011111100101110111101101011001101110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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