#939356

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

Shades of Avocado #939356

Tints of Avocado #939356

Color information

#939356 (or 0x939356) is unknown color: approx Avocado. HEX triplet: 93, 93 and 56. RGB value is (147,147,86). Sum of RGB (Red+Green+Blue) = 147+147+86=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939356 is #6C6CA9. Grayscale: #8C8C8C. Windows color (decimal): -7105706 or 5673875. OLE color: 5673875.

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

Color convert

RGB14714786-
CMYK000.410.42
HSL60º26.18%45.69%-
HSV(B)60º41.5%57.65%-
XYZ24.1527.7412.89-
YUV140.0597.5132.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=38.68%
G=38.68%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714786000.410.426026.1845.69
Hex93935600292A3c1a2e
Octal223223126005152743256
Binary100100111001001110101100010100110101011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939356; }

 p { color: rgb(147,147,86); }

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

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

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

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

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

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

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