#466B23

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

Shades of Dell #466B23

Tints of Dell #466B23

Color information

#466B23 (or 0x466B23) is unknown color: approx Dell. HEX triplet: 46, 6B and 23. RGB value is (70,107,35). Sum of RGB (Red+Green+Blue) = 70+107+35=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #466B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B23 is #B994DC. Grayscale: #575757. Windows color (decimal): -12162269 or 2321222. OLE color: 2321222.

HSL color Cylindrical-coordinate representation of color #466B23: hue angle of 90.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466B23 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB7010735-
CMYK0.3500.670.58
HSL90.83º50.7%27.84%-
HSV(B)90.83º67.29%41.96%-
XYZ8.0911.943.47-
YUV87.7398.24115.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=33.02%
G=50.47%
B=16.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107350.3500.670.5890.8350.727.84
Hex466B23230433A5b331c
Octal10615343430103721336334
Binary1000110110101110001110001101000011111010101101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,35); }

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

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

 a { background-color: rgb(70,107,35); }

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

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

 span { border-color: rgb(70,107,35); }

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