#52A654

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

Shades of Fruit Salad #52A654

Tints of Fruit Salad #52A654

Color information

#52A654 (or 0x52A654) is unknown color: approx Fruit Salad. HEX triplet: 52, A6 and 54. RGB value is (82,166,84). Sum of RGB (Red+Green+Blue) = 82+166+84=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #52A654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A654 is #AD59AB. Grayscale: #838383. Windows color (decimal): -11360684 or 5547602. OLE color: 5547602.

HSL color Cylindrical-coordinate representation of color #52A654: hue angle of 121.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A654 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB8216684-
CMYK0.5100.490.35
HSL121.43º33.87%48.63%-
HSV(B)121.43º50.6%65.1%-
XYZ18.7229.7113.13-
YUV131.54101.1792.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 166 (65.23% from 255) = 50%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=24.70%
G=50%
B=25.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82166840.5100.490.35121.4333.8748.63
Hex52A6543303123792231
Octal12224612463061431714261
Binary101001010100110101010011001101100011000111111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A654; }

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

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

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

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

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

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

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

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