#496633

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

Shades of Dell #496633

Tints of Dell #496633

Color information

#496633 (or 0x496633) is unknown color: approx Dell. HEX triplet: 49, 66 and 33. RGB value is (73,102,51). Sum of RGB (Red+Green+Blue) = 73+102+51=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #496633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496633 is #B699CC. Grayscale: #575757. Windows color (decimal): -11966925 or 3368521. OLE color: 3368521.

HSL color Cylindrical-coordinate representation of color #496633: hue angle of 94.12º degrees, saturation: 0.33, 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 #496633 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB7310251-
CMYK0.2800.50.6
HSL94.12º33.33%30%-
HSV(B)94.12º50%40%-
XYZ8.111.164.86-
YUV87.51107.39117.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=32.30%
G=45.13%
B=22.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102510.2800.50.694.1233.3330
Hex4966331C0323C5e211e
Octal1111466334062741364136
Binary10010011100110110011111000110010111100101111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496633; }

 p { color: rgb(73,102,51); }

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

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

 a { background-color: rgb(73,102,51); }

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

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

 span { border-color: rgb(73,102,51); }

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