#549551

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

Shades of Fruit Salad #549551

Tints of Fruit Salad #549551

Color information

#549551 (or 0x549551) is unknown color: approx Fruit Salad. HEX triplet: 54, 95 and 51. RGB value is (84,149,81). Sum of RGB (Red+Green+Blue) = 84+149+81=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #549551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549551 is #AB6AAE. Grayscale: #7A7A7A. Windows color (decimal): -11233967 or 5346644. OLE color: 5346644.

HSL color Cylindrical-coordinate representation of color #549551: hue angle of 117.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549551 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB8414981-
CMYK0.4400.460.42
HSL117.35º29.57%45.1%-
HSV(B)117.35º45.64%58.43%-
XYZ15.8923.9711.57-
YUV121.81104.97101.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=26.75%
G=47.45%
B=25.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149810.4400.460.42117.3529.5745.1
Hex5495512C02E2A751e2d
Octal12422512154056521653655
Binary10101001001010110100011011000101110101010111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549551; }

 p { color: rgb(84,149,81); }

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

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

 a { background-color: rgb(84,149,81); }

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

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

 span { border-color: rgb(84,149,81); }

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