#466E29

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

Shades of Dell #466E29

Tints of Dell #466E29

Color information

#466E29 (or 0x466E29) is unknown color: approx Dell. HEX triplet: 46, 6E and 29. RGB value is (70,110,41). Sum of RGB (Red+Green+Blue) = 70+110+41=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #466E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E29 is #B991D6. Grayscale: #5A5A5A. Windows color (decimal): -12161495 or 2715206. OLE color: 2715206.

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

Color convert

RGB7011041-
CMYK0.3600.630.57
HSL94.78º45.7%29.61%-
HSV(B)94.78º62.73%43.14%-
XYZ8.512.614.08-
YUV90.17100.25113.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=31.67%
G=49.77%
B=18.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70110410.3600.630.5794.7845.729.61
Hex466E292403F395f2e1e
Octal1061565144077711375636
Binary100011011011101010011001000111111111001101111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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