#52985B

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

Shades of Fruit Salad #52985B

Tints of Fruit Salad #52985B

Color information

#52985B (or 0x52985B) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 5B. RGB value is (82,152,91). Sum of RGB (Red+Green+Blue) = 82+152+91=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #52985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52985B is #AD67A4. Grayscale: #7C7C7C. Windows color (decimal): -11364261 or 6002770. OLE color: 6002770.

HSL color Cylindrical-coordinate representation of color #52985B: hue angle of 127.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52985B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB8215291-
CMYK0.4600.400.40
HSL127.71º29.91%45.88%-
HSV(B)127.71º46.05%59.61%-
XYZ16.625.0113.85-
YUV124.12109.3197.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 91 (35.94% from 255) = 28%
R=25.23%
G=46.77%
B=28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152910.4600.400.40127.7129.9145.88
Hex52985B2E02828801e2e
Octal12223013356050502003656
Binary101001010011000101101110111001010001010001000000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52985B; }

 p { color: rgb(82,152,91); }

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

<style>
 a { background-color: #52985B; }

 a { background-color: rgb(82,152,91); }

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

<style>
 span { border-color: #52985B; }

 span { border-color: rgb(82,152,91); }

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