#496637

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

Shades of Dell #496637

Tints of Dell #496637

Color information

#496637 (or 0x496637) is unknown color: approx Dell. HEX triplet: 49, 66 and 37. RGB value is (73,102,55). Sum of RGB (Red+Green+Blue) = 73+102+55=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #496637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496637 is #B699C8. Grayscale: #585858. Windows color (decimal): -11966921 or 3630665. OLE color: 3630665.

HSL color Cylindrical-coordinate representation of color #496637: hue angle of 97.02º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496637 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB7310255-
CMYK0.2800.460.6
HSL97.02º29.94%30.78%-
HSV(B)97.02º46.08%40%-
XYZ8.1911.25.34-
YUV87.97109.39117.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=31.74%
G=44.35%
B=23.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102550.2800.460.697.0229.9430.78
Hex4966371C02E3C611e1f
Octal1111466734056741413637
Binary1001001110011011011111100010111011110011000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496637; }

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

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

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

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

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

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

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

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