#52995D

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

Shades of Fruit Salad #52995D

Tints of Fruit Salad #52995D

Color information

#52995D (or 0x52995D) is unknown color: approx Fruit Salad. HEX triplet: 52, 99 and 5D. RGB value is (82,153,93). Sum of RGB (Red+Green+Blue) = 82+153+93=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #52995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52995D is #AD66A2. Grayscale: #7D7D7D. Windows color (decimal): -11364003 or 6134098. OLE color: 6134098.

HSL color Cylindrical-coordinate representation of color #52995D: hue angle of 129.3º 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 #52995D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB8215393-
CMYK0.4600.390.4
HSL129.3º30.21%46.08%-
HSV(B)129.3º46.41%60%-
XYZ16.8525.3714.36-
YUV124.93109.9897.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=25%
G=46.65%
B=28.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153930.4600.390.4129.330.2146.08
Hex52995D2E02728811e2e
Octal12223113556047502013656
Binary101001010011001101110110111001001111010001000000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52995D; }

 p { color: rgb(82,153,93); }

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

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

 a { background-color: rgb(82,153,93); }

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

<style>
 span { border-color: #52995D; }

 span { border-color: rgb(82,153,93); }

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