#466A20

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

Shades of Dell #466A20

Tints of Dell #466A20

Color information

#466A20 (or 0x466A20) is unknown color: approx Dell. HEX triplet: 46, 6A and 20. RGB value is (70,106,32). Sum of RGB (Red+Green+Blue) = 70+106+32=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #466A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A20 is #B995DF. Grayscale: #575757. Windows color (decimal): -12162528 or 2124358. OLE color: 2124358.

HSL color Cylindrical-coordinate representation of color #466A20: hue angle of 89.19º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #466A20 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB7010632-
CMYK0.3400.700.58
HSL89.19º53.62%27.06%-
HSV(B)89.19º69.81%41.57%-
XYZ7.9411.713.21-
YUV86.897.07116.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=33.65%
G=50.96%
B=15.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106320.3400.700.5889.1953.6227.06
Hex466A20220463A59361b
Octal10615240420106721316633
Binary1000110110101010000010001001000110111010101100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A20; }

 p { color: rgb(70,106,32); }

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

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

 a { background-color: rgb(70,106,32); }

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

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

 span { border-color: rgb(70,106,32); }

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