#52975A

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

Shades of Fruit Salad #52975A

Tints of Fruit Salad #52975A

Color information

#52975A (or 0x52975A) is unknown color: approx Fruit Salad. HEX triplet: 52, 97 and 5A. RGB value is (82,151,90). Sum of RGB (Red+Green+Blue) = 82+151+90=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #52975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52975A is #AD68A5. Grayscale: #7B7B7B. Windows color (decimal): -11364518 or 5936978. OLE color: 5936978.

HSL color Cylindrical-coordinate representation of color #52975A: hue angle of 126.96º 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 #52975A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB8215190-
CMYK0.4600.400.41
HSL126.96º29.61%45.69%-
HSV(B)126.96º45.7%59.22%-
XYZ16.3924.6713.57-
YUV123.42109.1498.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=25.39%
G=46.75%
B=27.86%

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
Decimal82151900.4600.400.41126.9629.6145.69
Hex52975A2E028297f1e2e
Octal12222713256050511773656
Binary10100101001011110110101011100101000101001111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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