#52A461

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

Shades of Fruit Salad #52A461

Tints of Fruit Salad #52A461

Color information

#52A461 (or 0x52A461) is unknown color: approx Fruit Salad. HEX triplet: 52, A4 and 61. RGB value is (82,164,97). Sum of RGB (Red+Green+Blue) = 82+164+97=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #52A461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A461 is #AD5B9E. Grayscale: #848484. Windows color (decimal): -11361183 or 6399058. OLE color: 6399058.

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

Color convert

RGB8216497-
CMYK0.500.410.36
HSL130.98º33.33%48.24%-
HSV(B)130.98º50%64.31%-
XYZ18.9129.2115.95-
YUV131.84108.3392.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 164 (64.45% from 255) = 47.81%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=23.91%
G=47.81%
B=28.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82164970.500.410.36130.9833.3348.24
Hex52A4613202924832130
Octal12224414162051442034160
Binary1010010101001001100001110010010100110010010000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,97); }

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

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

 a { background-color: rgb(82,164,97); }

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

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

 span { border-color: rgb(82,164,97); }

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