#466532

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

Shades of Dell #466532

Tints of Dell #466532

Color information

#466532 (or 0x466532) is unknown color: approx Dell. HEX triplet: 46, 65 and 32. RGB value is (70,101,50). Sum of RGB (Red+Green+Blue) = 70+101+50=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #466532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466532 is #B99ACD. Grayscale: #565656. Windows color (decimal): -12163790 or 3302726. OLE color: 3302726.

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

Color convert

RGB7010150-
CMYK0.3100.500.60
HSL96.47º33.77%29.61%-
HSV(B)96.47º50.5%39.61%-
XYZ7.7610.844.7-
YUV85.92107.73116.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=31.67%
G=45.70%
B=22.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101500.3100.500.6096.4733.7729.61
Hex4665321F0323C60221e
Octal1061456237062741404236
Binary10001101100101110010111110110010111100110000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466532; }

 p { color: rgb(70,101,50); }

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

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

 a { background-color: rgb(70,101,50); }

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

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

 span { border-color: rgb(70,101,50); }

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