#496731

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

Shades of Dell #496731

Tints of Dell #496731

Color information

#496731 (or 0x496731) is unknown color: approx Dell. HEX triplet: 49, 67 and 31. RGB value is (73,103,49). Sum of RGB (Red+Green+Blue) = 73+103+49=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #496731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496731 is #B698CE. Grayscale: #585858. Windows color (decimal): -11966671 or 3237705. OLE color: 3237705.

HSL color Cylindrical-coordinate representation of color #496731: hue angle of 93.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496731 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB7310349-
CMYK0.2900.520.60
HSL93.33º35.53%29.8%-
HSV(B)93.33º52.43%40.39%-
XYZ8.1511.344.66-
YUV87.87106.06117.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=32.44%
G=45.78%
B=21.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103490.2900.520.6093.3335.5329.8
Hex4967311D0343C5d241e
Octal1111476135064741354436
Binary10010011100111110001111010110100111100101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496731; }

 p { color: rgb(73,103,49); }

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

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

 a { background-color: rgb(73,103,49); }

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

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

 span { border-color: rgb(73,103,49); }

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