#52A256

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

Shades of Fruit Salad #52A256

Tints of Fruit Salad #52A256

Color information

#52A256 (or 0x52A256) is unknown color: approx Fruit Salad. HEX triplet: 52, A2 and 56. RGB value is (82,162,86). Sum of RGB (Red+Green+Blue) = 82+162+86=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #52A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A256 is #AD5DA9. Grayscale: #818181. Windows color (decimal): -11361706 or 5677650. OLE color: 5677650.

HSL color Cylindrical-coordinate representation of color #52A256: hue angle of 123º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A256 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB8216286-
CMYK0.4900.470.36
HSL123º32.79%47.84%-
HSV(B)123º49.38%63.53%-
XYZ18.0828.3113.31-
YUV129.42103.594.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 162 (63.67% from 255) = 49.09%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=24.85%
G=49.09%
B=26.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162860.4900.470.3612332.7947.84
Hex52A2563102F247b2130
Octal12224212661057441734160
Binary101001010100010101011011000101011111001001111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,162,86); }

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

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

 a { background-color: rgb(82,162,86); }

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

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

 span { border-color: rgb(82,162,86); }

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