#939464

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

Shades of Avocado #939464

Tints of Avocado #939464

Color information

#939464 (or 0x939464) is unknown color: approx Avocado. HEX triplet: 93, 94 and 64. RGB value is (147,148,100). Sum of RGB (Red+Green+Blue) = 147+148+100=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #939464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939464 is #6C6B9B. Grayscale: #8E8E8E. Windows color (decimal): -7105436 or 6591635. OLE color: 6591635.

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

Color convert

RGB147148100-
CMYK0.0100.320.42
HSL61.25º19.35%48.63%-
HSV(B)61.25º32.43%58.04%-
XYZ24.9228.316.21-
YUV142.23104.17131.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=37.22%
G=37.47%
B=25.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471481000.0100.320.4261.2519.3548.63
Hex93946410202A3d1331
Octal223224144104052752361
Binary100100111001010011001001010000010101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939464; }

 p { color: rgb(147,148,100); }

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

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

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

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

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

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

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