#52A258

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

Shades of Fruit Salad #52A258

Tints of Fruit Salad #52A258

Color information

#52A258 (or 0x52A258) is unknown color: approx Fruit Salad. HEX triplet: 52, A2 and 58. RGB value is (82,162,88). Sum of RGB (Red+Green+Blue) = 82+162+88=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #52A258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A258 is #AD5DA7. Grayscale: #818181. Windows color (decimal): -11361704 or 5808722. OLE color: 5808722.

HSL color Cylindrical-coordinate representation of color #52A258: hue angle of 124.5º 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 #52A258 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB8216288-
CMYK0.4900.460.36
HSL124.5º32.79%47.84%-
HSV(B)124.5º49.38%63.53%-
XYZ18.1628.3413.75-
YUV129.64104.594.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=24.70%
G=48.80%
B=26.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162880.4900.460.36124.532.7947.84
Hex52A2583102E247c2130
Octal12224213061056441744160
Binary101001010100010101100011000101011101001001111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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