#466E21

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

Shades of Dell #466E21

Tints of Dell #466E21

Color information

#466E21 (or 0x466E21) is unknown color: approx Dell. HEX triplet: 46, 6E and 21. RGB value is (70,110,33). Sum of RGB (Red+Green+Blue) = 70+110+33=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #466E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E21 is #B991DE. Grayscale: #595959. Windows color (decimal): -12161503 or 2190918. OLE color: 2190918.

HSL color Cylindrical-coordinate representation of color #466E21: hue angle of 91.17º 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 #466E21 is Cyan = 0.36, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB7011033-
CMYK0.3600.70.57
HSL91.17º53.85%28.04%-
HSV(B)91.17º70%43.14%-
XYZ8.3812.563.42-
YUV89.2696.25114.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 110 (43.36% from 255) = 51.64%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=32.86%
G=51.64%
B=15.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70110330.3600.70.5791.1753.8528.04
Hex466E2124046395b361c
Octal10615641440106711336634
Binary1000110110111010000110010001000110111001101101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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