#909358

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

Shades of Avocado #909358

Tints of Avocado #909358

Color information

#909358 (or 0x909358) is unknown color: approx Avocado. HEX triplet: 90, 93 and 58. RGB value is (144,147,88). Sum of RGB (Red+Green+Blue) = 144+147+88=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #909358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909358 is #6F6CA7. Grayscale: #8B8B8B. Windows color (decimal): -7302312 or 5804944. OLE color: 5804944.

HSL color Cylindrical-coordinate representation of color #909358: hue angle of 63.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909358 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14414788-
CMYK0.0200.400.42
HSL63.05º25.11%46.08%-
HSV(B)63.05º40.14%57.65%-
XYZ23.727.513.29-
YUV139.3899.01131.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=37.99%
G=38.79%
B=23.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144147880.0200.400.4263.0525.1146.08
Hex90935820282A3f192e
Octal220223130205052773156
Binary1001000010010011101100010010100010101011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909358; }

 p { color: rgb(144,147,88); }

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

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

 a { background-color: rgb(144,147,88); }

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

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

 span { border-color: rgb(144,147,88); }

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