#52954C

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

Shades of Fruit Salad #52954C

Tints of Fruit Salad #52954C

Color information

#52954C (or 0x52954C) is unknown color: approx Fruit Salad. HEX triplet: 52, 95 and 4C. RGB value is (82,149,76). Sum of RGB (Red+Green+Blue) = 82+149+76=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #52954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52954C is #AD6AB3. Grayscale: #787878. Windows color (decimal): -11365044 or 5018962. OLE color: 5018962.

HSL color Cylindrical-coordinate representation of color #52954C: hue angle of 115.07º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52954C is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB8214976-
CMYK0.4500.490.42
HSL115.07º32.44%44.12%-
HSV(B)115.07º48.99%58.43%-
XYZ15.5323.8110.61-
YUV120.64102.8100.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=26.71%
G=48.53%
B=24.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149760.4500.490.42115.0732.4444.12
Hex52954C2D0312A73202c
Octal12222511455061521634054
Binary101001010010101100110010110101100011010101110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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