#959359

Color #959359 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #959359

Tints of Avocado #959359

Color information

#959359 (or 0x959359) is unknown color: approx Avocado. HEX triplet: 95, 93 and 59. RGB value is (149,147,89). Sum of RGB (Red+Green+Blue) = 149+147+89=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #959359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959359 is #6A6CA6. Grayscale: #8D8D8D. Windows color (decimal): -6974631 or 5870485. OLE color: 5870485.

HSL color Cylindrical-coordinate representation of color #959359: hue angle of 58º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959359 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14914789-
CMYK00.010.400.42
HSL58º25.21%46.67%-
HSV(B)58º40.27%58.43%-
XYZ24.6327.9813.55-
YUV140.9998.66133.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=38.70%
G=38.18%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491478900.010.400.425825.2146.67
Hex95935901282A3a192f
Octal225223131015052723157
Binary100101011001001110110010110100010101011101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959359; }

 p { color: rgb(149,147,89); }

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

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

 a { background-color: rgb(149,147,89); }

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

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

 span { border-color: rgb(149,147,89); }

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