#959358

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

Shades of Avocado #959358

Tints of Avocado #959358

Color information

#959358 (or 0x959358) is unknown color: approx Avocado. HEX triplet: 95, 93 and 58. RGB value is (149,147,88). Sum of RGB (Red+Green+Blue) = 149+147+88=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #959358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959358 is #6A6CA7. Grayscale: #8D8D8D. Windows color (decimal): -6974632 or 5804949. OLE color: 5804949.

HSL color Cylindrical-coordinate representation of color #959358: hue angle of 58.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959358 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14914788-
CMYK00.010.410.42
HSL58.03º25.74%46.47%-
HSV(B)58.03º40.94%58.43%-
XYZ24.5927.9613.33-
YUV140.8798.16133.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=38.80%
G=38.28%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491478800.010.410.4258.0325.7446.47
Hex95935801292A3a1a2e
Octal225223130015152723256
Binary100101011001001110110000110100110101011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959358; }

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

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

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

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

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

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

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

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