#52A055

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

Shades of Fruit Salad #52A055

Tints of Fruit Salad #52A055

Color information

#52A055 (or 0x52A055) is unknown color: approx Fruit Salad. HEX triplet: 52, A0 and 55. RGB value is (82,160,85). Sum of RGB (Red+Green+Blue) = 82+160+85=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #52A055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A055 is #AD5FAA. Grayscale: #808080. Windows color (decimal): -11362219 or 5611602. OLE color: 5611602.

HSL color Cylindrical-coordinate representation of color #52A055: hue angle of 122.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A055 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB8216085-
CMYK0.4900.470.37
HSL122.31º32.23%47.45%-
HSV(B)122.31º48.75%62.75%-
XYZ17.6927.5912.99-
YUV128.13103.6695.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=25.08%
G=48.93%
B=25.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82160850.4900.470.37122.3132.2347.45
Hex52A0553102F257a202f
Octal12224012561057451724057
Binary101001010100000101010111000101011111001011111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,160,85); }

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

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

 a { background-color: rgb(82,160,85); }

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

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

 span { border-color: rgb(82,160,85); }

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