#466D2C

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

Shades of Dell #466D2C

Tints of Dell #466D2C

Color information

#466D2C (or 0x466D2C) is unknown color: approx Dell. HEX triplet: 46, 6D and 2C. RGB value is (70,109,44). Sum of RGB (Red+Green+Blue) = 70+109+44=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #466D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D2C is #B992D3. Grayscale: #5A5A5A. Windows color (decimal): -12161748 or 2911558. OLE color: 2911558.

HSL color Cylindrical-coordinate representation of color #466D2C: hue angle of 96º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466D2C is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB7010944-
CMYK0.3600.600.57
HSL96º42.48%30%-
HSV(B)96º59.63%42.75%-
XYZ8.4512.424.34-
YUV89.93102.08113.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 109 (42.97% from 255) = 48.88%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=31.39%
G=48.88%
B=19.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109440.3600.600.579642.4830
Hex466D2C2403C39602a1e
Octal1061555444074711405236
Binary100011011011011011001001000111100111001110000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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