#496937

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

Shades of Dell #496937

Tints of Dell #496937

Color information

#496937 (or 0x496937) is unknown color: approx Dell. HEX triplet: 49, 69 and 37. RGB value is (73,105,55). Sum of RGB (Red+Green+Blue) = 73+105+55=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #496937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496937 is #B696C8. Grayscale: #595959. Windows color (decimal): -11966153 or 3631433. OLE color: 3631433.

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

Color convert

RGB7310555-
CMYK0.3000.480.59
HSL98.4º31.25%31.37%-
HSV(B)98.4º47.62%41.18%-
XYZ8.4911.85.44-
YUV89.73108.4116.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=31.33%
G=45.06%
B=23.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105550.3000.480.5998.431.2531.37
Hex4969371E0303B621f1f
Octal1111516736060731423737
Binary1001001110100111011111110011000011101111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496937; }

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

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

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

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

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

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

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

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