#949457

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

Shades of Avocado #949457

Tints of Avocado #949457

Color information

#949457 (or 0x949457) is unknown color: approx Avocado. HEX triplet: 94, 94 and 57. RGB value is (148,148,87). Sum of RGB (Red+Green+Blue) = 148+148+87=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949457 is #6B6BA8. Grayscale: #8D8D8D. Windows color (decimal): -7039913 or 5739668. OLE color: 5739668.

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

Color convert

RGB14814887-
CMYK000.410.42
HSL60º25.96%46.08%-
HSV(B)60º41.22%58.04%-
XYZ24.5228.1613.16-
YUV141.0597.5132.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=38.64%
G=38.64%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814887000.410.426025.9646.08
Hex94945700292A3c1a2e
Octal224224127005152743256
Binary100101001001010010101110010100110101011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949457; }

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

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

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

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

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

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

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

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