#496739

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

Shades of Dell #496739

Tints of Dell #496739

Color information

#496739 (or 0x496739) is unknown color: approx Dell. HEX triplet: 49, 67 and 39. RGB value is (73,103,57). Sum of RGB (Red+Green+Blue) = 73+103+57=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #496739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496739 is #B698C6. Grayscale: #585858. Windows color (decimal): -11966663 or 3761993. OLE color: 3761993.

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

Color convert

RGB7310357-
CMYK0.2900.450.60
HSL99.13º28.75%31.37%-
HSV(B)99.13º44.66%40.39%-
XYZ8.3411.415.63-
YUV88.79110.06116.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=31.33%
G=44.21%
B=24.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103570.2900.450.6099.1328.7531.37
Hex4967391D02D3C631d1f
Octal1111477135055741433537
Binary1001001110011111100111101010110111110011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496739; }

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

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

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

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

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

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

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

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