#52984a

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

Shades of Fruit Salad #52984A

Tints of Fruit Salad #52984A

Color information

#52984A (or 0x52984A) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 4A. RGB value is (82,152,74). Sum of RGB (Red+Green+Blue) = 82+152+74=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #52984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52984A is #AD67B5. Grayscale: #7A7A7A. Windows color (decimal): -11364278 or 4888658. OLE color: 4888658.

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

Color convert

RGB8215274-
CMYK0.4600.510.40
HSL113.85º34.51%44.31%-
HSV(B)113.85º51.32%59.61%-
XYZ15.9424.7410.41-
YUV122.18100.8199.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=26.62%
G=49.35%
B=24.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152740.4600.510.40113.8534.5144.31
Hex52984A2E0332872232c
Octal12223011256063501624354
Binary101001010011000100101010111001100111010001110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52984a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52984a; }

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

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

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

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

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

<style>
 span { border-color: #52984a; }

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

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