#949357

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

Shades of Avocado #949357

Tints of Avocado #949357

Color information

#949357 (or 0x949357) is unknown color: approx Avocado. HEX triplet: 94, 93 and 57. RGB value is (148,147,87). Sum of RGB (Red+Green+Blue) = 148+147+87=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #949357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949357 is #6B6CA8. Grayscale: #8C8C8C. Windows color (decimal): -7040169 or 5739412. OLE color: 5739412.

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

Color convert

RGB14814787-
CMYK00.010.410.42
HSL59.02º25.96%46.08%-
HSV(B)59.02º41.22%58.04%-
XYZ24.3727.8513.11-
YUV140.4697.83133.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=38.74%
G=38.48%
B=22.77%

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
Decimal1481478700.010.410.4259.0225.9646.08
Hex94935701292A3b1a2e
Octal224223127015152733256
Binary100101001001001110101110110100110101011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949357; }

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

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

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

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

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

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

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

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