#52965D

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

Shades of Fruit Salad #52965D

Tints of Fruit Salad #52965D

Color information

#52965D (or 0x52965D) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 5D. RGB value is (82,150,93). Sum of RGB (Red+Green+Blue) = 82+150+93=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #52965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965D is #AD69A2. Grayscale: #7B7B7B. Windows color (decimal): -11364771 or 6133330. OLE color: 6133330.

HSL color Cylindrical-coordinate representation of color #52965D: hue angle of 129.71º 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 #52965D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8215093-
CMYK0.4500.380.41
HSL129.71º29.31%45.49%-
HSV(B)129.71º45.33%58.82%-
XYZ16.3624.414.2-
YUV123.17110.9798.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=25.23%
G=46.15%
B=28.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150930.4500.380.41129.7129.3145.49
Hex52965D2D02629821d2d
Octal12222613555046512023555
Binary101001010010110101110110110101001101010011000001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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