#549B52

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

Shades of Fruit Salad #549B52

Tints of Fruit Salad #549B52

Color information

#549B52 (or 0x549B52) is unknown color: approx Fruit Salad. HEX triplet: 54, 9B and 52. RGB value is (84,155,82). Sum of RGB (Red+Green+Blue) = 84+155+82=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #549B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B52 is #AB64AD. Grayscale: #7D7D7D. Windows color (decimal): -11232430 or 5413716. OLE color: 5413716.

HSL color Cylindrical-coordinate representation of color #549B52: hue angle of 118.36º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549B52 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB8415582-
CMYK0.4600.470.39
HSL118.36º30.8%46.47%-
HSV(B)118.36º47.1%60.78%-
XYZ16.925.9412.1-
YUV125.45103.4898.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.17%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=26.17%
G=48.29%
B=25.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155820.4600.470.39118.3630.846.47
Hex549B522E02F27761f2e
Octal12423312256057471663756
Binary10101001001101110100101011100101111100111111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,82); }

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

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

 a { background-color: rgb(84,155,82); }

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

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

 span { border-color: rgb(84,155,82); }

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