#549952

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

Shades of Fruit Salad #549952

Tints of Fruit Salad #549952

Color information

#549952 (or 0x549952) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 52. RGB value is (84,153,82). Sum of RGB (Red+Green+Blue) = 84+153+82=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #549952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549952 is #AB66AD. Grayscale: #7C7C7C. Windows color (decimal): -11232942 or 5413204. OLE color: 5413204.

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

Color convert

RGB8415382-
CMYK0.4500.460.4
HSL118.31º30.21%46.08%-
HSV(B)118.31º46.41%60%-
XYZ16.5725.2811.99-
YUV124.28104.1499.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=26.33%
G=47.96%
B=25.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153820.4500.460.4118.3130.2146.08
Hex5499522D02E28761e2e
Octal12423112255056501663656
Binary10101001001100110100101011010101110101000111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549952; }

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

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

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

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

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

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

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

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