#466637

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

Shades of Dell #466637

Tints of Dell #466637

Color information

#466637 (or 0x466637) is unknown color: approx Dell. HEX triplet: 46, 66 and 37. RGB value is (70,102,55). Sum of RGB (Red+Green+Blue) = 70+102+55=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #466637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466637 is #B999C8. Grayscale: #575757. Windows color (decimal): -12163529 or 3630662. OLE color: 3630662.

HSL color Cylindrical-coordinate representation of color #466637: hue angle of 100.85º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466637 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB7010255-
CMYK0.3100.460.6
HSL100.85º29.94%30.78%-
HSV(B)100.85º46.08%40%-
XYZ7.9711.085.33-
YUV87.07109.9115.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=30.84%
G=44.93%
B=24.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102550.3100.460.6100.8529.9430.78
Hex4666371F02E3C651e1f
Octal1061466737056741453637
Binary1000110110011011011111111010111011110011001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466637; }

 p { color: rgb(70,102,55); }

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

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

 a { background-color: rgb(70,102,55); }

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

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

 span { border-color: rgb(70,102,55); }

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