#466C24

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

Shades of Dell #466C24

Tints of Dell #466C24

Color information

#466C24 (or 0x466C24) is unknown color: approx Dell. HEX triplet: 46, 6C and 24. RGB value is (70,108,36). Sum of RGB (Red+Green+Blue) = 70+108+36=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #466C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C24 is #B993DB. Grayscale: #585858. Windows color (decimal): -12162012 or 2387014. OLE color: 2387014.

HSL color Cylindrical-coordinate representation of color #466C24: hue angle of 91.67º degrees, saturation: 0.5, 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 #466C24 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB7010836-
CMYK0.3500.670.58
HSL91.67º50%28.24%-
HSV(B)91.67º66.67%42.35%-
XYZ8.2112.153.58-
YUV88.4398.41114.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=32.71%
G=50.47%
B=16.82%

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
Decimal70108360.3500.670.5891.675028.24
Hex466C24230433A5c321c
Octal10615444430103721346234
Binary1000110110110010010010001101000011111010101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,36); }

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

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

 a { background-color: rgb(70,108,36); }

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

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

 span { border-color: rgb(70,108,36); }

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