#52925B

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

Shades of Fruit Salad #52925B

Tints of Fruit Salad #52925B

Color information

#52925B (or 0x52925B) is unknown color: approx Fruit Salad. HEX triplet: 52, 92 and 5B. RGB value is (82,146,91). Sum of RGB (Red+Green+Blue) = 82+146+91=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #52925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52925B is #AD6DA4. Grayscale: #787878. Windows color (decimal): -11365797 or 6001234. OLE color: 6001234.

HSL color Cylindrical-coordinate representation of color #52925B: hue angle of 128.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52925B is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB8214691-
CMYK0.4400.380.43
HSL128.44º28.07%44.71%-
HSV(B)128.44º43.84%57.25%-
XYZ15.6523.1113.53-
YUV120.59111.3100.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=25.71%
G=45.77%
B=28.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146910.4400.380.43128.4428.0744.71
Hex52925B2C0262B801c2d
Octal12222213354046532003455
Binary101001010010010101101110110001001101010111000000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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