#466D20

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

Shades of Dell #466D20

Tints of Dell #466D20

Color information

#466D20 (or 0x466D20) is unknown color: approx Dell. HEX triplet: 46, 6D and 20. RGB value is (70,109,32). Sum of RGB (Red+Green+Blue) = 70+109+32=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #466D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D20 is #B992DF. Grayscale: #585858. Windows color (decimal): -12161760 or 2125126. OLE color: 2125126.

HSL color Cylindrical-coordinate representation of color #466D20: hue angle of 90.39º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #466D20 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB7010932-
CMYK0.3600.710.57
HSL90.39º54.61%27.65%-
HSV(B)90.39º70.64%42.75%-
XYZ8.2612.343.31-
YUV88.5696.08114.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 109 (42.97% from 255) = 51.66%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=33.18%
G=51.66%
B=15.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109320.3600.710.5790.3954.6127.65
Hex466D2024047395a371c
Octal10615540440107711326734
Binary1000110110110110000010010001000111111001101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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