#52965B

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

Shades of Fruit Salad #52965B

Tints of Fruit Salad #52965B

Color information

#52965B (or 0x52965B) is unknown color: approx Fruit Salad. HEX triplet: 52, 96 and 5B. RGB value is (82,150,91). Sum of RGB (Red+Green+Blue) = 82+150+91=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #52965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965B is #AD69A4. Grayscale: #7B7B7B. Windows color (decimal): -11364773 or 6002258. OLE color: 6002258.

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

Color convert

RGB8215091-
CMYK0.4500.390.41
HSL127.94º29.31%45.49%-
HSV(B)127.94º45.33%58.82%-
XYZ16.2724.3613.74-
YUV122.94109.9798.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=25.39%
G=46.44%
B=28.17%

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
Decimal82150910.4500.390.41127.9429.3145.49
Hex52965B2D02729801d2d
Octal12222613355047512003555
Binary101001010010110101101110110101001111010011000000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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