#466A2D

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

Shades of Dell #466A2D

Tints of Dell #466A2D

Color information

#466A2D (or 0x466A2D) is unknown color: approx Dell. HEX triplet: 46, 6A and 2D. RGB value is (70,106,45). Sum of RGB (Red+Green+Blue) = 70+106+45=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #466A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A2D is #B995D2. Grayscale: #585858. Windows color (decimal): -12162515 or 2976326. OLE color: 2976326.

HSL color Cylindrical-coordinate representation of color #466A2D: hue angle of 95.41º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466A2D is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB7010645-
CMYK0.3400.580.58
HSL95.41º40.4%29.61%-
HSV(B)95.41º57.55%41.57%-
XYZ8.1511.84.33-
YUV88.28103.57114.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 106 (41.80% from 255) = 47.96%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=31.67%
G=47.96%
B=20.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106450.3400.580.5895.4140.429.61
Hex466A2D2203A3A5f281e
Octal1061525542072721375036
Binary100011011010101011011000100111010111010101111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,106,45); }

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

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

 a { background-color: rgb(70,106,45); }

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

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

 span { border-color: rgb(70,106,45); }

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