#496337

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

Shades of Dell #496337

Tints of Dell #496337

Color information

#496337 (or 0x496337) is unknown color: approx Dell. HEX triplet: 49, 63 and 37. RGB value is (73,99,55). Sum of RGB (Red+Green+Blue) = 73+99+55=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #496337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496337 is #B69CC8. Grayscale: #565656. Windows color (decimal): -11967689 or 3629897. OLE color: 3629897.

HSL color Cylindrical-coordinate representation of color #496337: hue angle of 95.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496337 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB739955-
CMYK0.2600.440.61
HSL95.45º28.57%30.2%-
HSV(B)95.45º44.44%38.82%-
XYZ7.910.625.25-
YUV86.21110.39118.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=32.16%
G=43.61%
B=24.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399550.2600.440.6195.4528.5730.2
Hex4963371A02C3D5f1d1e
Octal1111436732054751373536
Binary1001001110001111011111010010110011110110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496337; }

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

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

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

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

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

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

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

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