#52A15A

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

Shades of Fruit Salad #52A15A

Tints of Fruit Salad #52A15A

Color information

#52A15A (or 0x52A15A) is unknown color: approx Fruit Salad. HEX triplet: 52, A1 and 5A. RGB value is (82,161,90). Sum of RGB (Red+Green+Blue) = 82+161+90=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #52A15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A15A is #AD5EA5. Grayscale: #818181. Windows color (decimal): -11361958 or 5939538. OLE color: 5939538.

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

Color convert

RGB8216190-
CMYK0.4900.440.37
HSL126.08º32.51%47.65%-
HSV(B)126.08º49.07%63.14%-
XYZ18.0728.0214.13-
YUV129.28105.8394.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=24.62%
G=48.35%
B=27.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82161900.4900.440.37126.0832.5147.65
Hex52A15A3102C257e2130
Octal12224113261054451764160
Binary101001010100001101101011000101011001001011111110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,161,90); }

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

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

 a { background-color: rgb(82,161,90); }

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

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

 span { border-color: rgb(82,161,90); }

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