#949361

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

Shades of Avocado #949361

Tints of Avocado #949361

Color information

#949361 (or 0x949361) is unknown color: approx Avocado. HEX triplet: 94, 93 and 61. RGB value is (148,147,97). Sum of RGB (Red+Green+Blue) = 148+147+97=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #949361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949361 is #6B6C9E. Grayscale: #8D8D8D. Windows color (decimal): -7040159 or 6394772. OLE color: 6394772.

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

Color convert

RGB14814797-
CMYK00.010.340.42
HSL58.82º20.82%48.04%-
HSV(B)58.82º34.46%58.04%-
XYZ24.828.0315.41-
YUV141.6102.83132.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=37.76%
G=37.5%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481479700.010.340.4258.8220.8248.04
Hex94936101222A3b1530
Octal224223141014252732560
Binary100101001001001111000010110001010101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949361; }

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

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

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

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

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

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

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

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