#52975B

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

Shades of Fruit Salad #52975B

Tints of Fruit Salad #52975B

Color information

#52975B (or 0x52975B) is unknown color: approx Fruit Salad. HEX triplet: 52, 97 and 5B. RGB value is (82,151,91). Sum of RGB (Red+Green+Blue) = 82+151+91=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #52975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52975B is #AD68A4. Grayscale: #7B7B7B. Windows color (decimal): -11364517 or 6002514. OLE color: 6002514.

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

Color convert

RGB8215191-
CMYK0.4600.400.41
HSL127.83º29.61%45.69%-
HSV(B)127.83º45.7%59.22%-
XYZ16.4324.6813.8-
YUV123.53109.6498.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=25.31%
G=46.60%
B=28.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151910.4600.400.41127.8329.6145.69
Hex52975B2E02829801e2e
Octal12222713356050512003656
Binary101001010010111101101110111001010001010011000000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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