#52965C

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

Shades of Fruit Salad #52965C

Tints of Fruit Salad #52965C

Color information

#52965C (or 0x52965C) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 5C. RGB value is (82,150,92). Sum of RGB (Red+Green+Blue) = 82+150+92=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #52965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965C is #AD69A3. Grayscale: #7B7B7B. Windows color (decimal): -11364772 or 6067794. OLE color: 6067794.

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

Color convert

RGB8215092-
CMYK0.4500.390.41
HSL128.82º29.31%45.49%-
HSV(B)128.82º45.33%58.82%-
XYZ16.3224.3813.97-
YUV123.06110.4798.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=25.31%
G=46.30%
B=28.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150920.4500.390.41128.8229.3145.49
Hex52965C2D02729811d2d
Octal12222613455047512013555
Binary101001010010110101110010110101001111010011000000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,150,92); }

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

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

 a { background-color: rgb(82,150,92); }

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

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

 span { border-color: rgb(82,150,92); }

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