#949365

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

Shades of Avocado #949365

Tints of Avocado #949365

Color information

#949365 (or 0x949365) is unknown color: approx Avocado. HEX triplet: 94, 93 and 65. RGB value is (148,147,101). Sum of RGB (Red+Green+Blue) = 148+147+101=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #949365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949365 is #6B6C9A. Grayscale: #8E8E8E. Windows color (decimal): -7040155 or 6656916. OLE color: 6656916.

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

Color convert

RGB148147101-
CMYK00.010.320.42
HSL58.72º18.88%48.82%-
HSV(B)58.72º31.76%58.04%-
XYZ2528.116.42-
YUV142.06104.83132.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=37.37%
G=37.12%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814710100.010.320.4258.7218.8848.82
Hex94936501202A3b1331
Octal224223145014052732361
Binary100101001001001111001010110000010101011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949365; }

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

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

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

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

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

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

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

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