#466D21

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

Shades of Dell #466D21

Tints of Dell #466D21

Color information

#466D21 (or 0x466D21) is unknown color: approx Dell. HEX triplet: 46, 6D and 21. RGB value is (70,109,33). Sum of RGB (Red+Green+Blue) = 70+109+33=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #466D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D21 is #B992DE. Grayscale: #585858. Windows color (decimal): -12161759 or 2190662. OLE color: 2190662.

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

Color convert

RGB7010933-
CMYK0.3600.700.57
HSL90.79º53.52%27.84%-
HSV(B)90.79º69.72%42.75%-
XYZ8.2712.353.39-
YUV88.6896.58114.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=33.02%
G=51.42%
B=15.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109330.3600.700.5790.7953.5227.84
Hex466D2124046395b361c
Octal10615541440106711336634
Binary1000110110110110000110010001000110111001101101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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