#52984B

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

Shades of Fruit Salad #52984B

Tints of Fruit Salad #52984B

Color information

#52984B (or 0x52984B) is unknown color: approx Fruit Salad. HEX triplet: 52, 98 and 4B. RGB value is (82,152,75). Sum of RGB (Red+Green+Blue) = 82+152+75=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #52984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52984B is #AD67B4. Grayscale: #7A7A7A. Windows color (decimal): -11364277 or 4954194. OLE color: 4954194.

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

Color convert

RGB8215275-
CMYK0.4600.510.40
HSL114.55º33.92%44.51%-
HSV(B)114.55º50.66%59.61%-
XYZ15.9824.7610.59-
YUV122.29101.3199.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=26.54%
G=49.19%
B=24.27%

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
Decimal82152750.4600.510.40114.5533.9244.51
Hex52984B2E0332873222d
Octal12223011356063501634255
Binary101001010011000100101110111001100111010001110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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