#496833

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

Shades of Dell #496833

Tints of Dell #496833

Color information

#496833 (or 0x496833) is unknown color: approx Dell. HEX triplet: 49, 68 and 33. RGB value is (73,104,51). Sum of RGB (Red+Green+Blue) = 73+104+51=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #496833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496833 is #B697CC. Grayscale: #585858. Windows color (decimal): -11966413 or 3369033. OLE color: 3369033.

HSL color Cylindrical-coordinate representation of color #496833: hue angle of 95.09º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496833 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB7310451-
CMYK0.3000.510.59
HSL95.09º34.19%30.39%-
HSV(B)95.09º50.96%40.78%-
XYZ8.311.564.93-
YUV88.69106.73116.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=32.02%
G=45.61%
B=22.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104510.3000.510.5995.0934.1930.39
Hex4968331E0333B5f221e
Octal1111506336063731374236
Binary10010011101000110011111100110011111011101111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496833; }

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

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

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

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

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

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

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

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