#52974C

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

Shades of Fruit Salad #52974C

Tints of Fruit Salad #52974C

Color information

#52974C (or 0x52974C) is unknown color: approx Fruit Salad. HEX triplet: 52, 97 and 4C. RGB value is (82,151,76). Sum of RGB (Red+Green+Blue) = 82+151+76=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #52974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52974C is #AD68B3. Grayscale: #7A7A7A. Windows color (decimal): -11364532 or 5019474. OLE color: 5019474.

HSL color Cylindrical-coordinate representation of color #52974C: hue angle of 115.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52974C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB8215176-
CMYK0.4600.500.41
HSL115.2º33.04%44.51%-
HSV(B)115.2º49.67%59.22%-
XYZ15.8524.4510.72-
YUV121.82102.1499.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=26.54%
G=48.87%
B=24.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151760.4600.500.41115.233.0444.51
Hex52974C2E0322973212d
Octal12222711456062511634155
Binary101001010010111100110010111001100101010011110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52974C; }

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

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

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

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

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

<style>
 span { border-color: #52974C; }

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

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