#496C37

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

Shades of Dell #496C37

Tints of Dell #496C37

Color information

#496C37 (or 0x496C37) is unknown color: approx Dell. HEX triplet: 49, 6C and 37. RGB value is (73,108,55). Sum of RGB (Red+Green+Blue) = 73+108+55=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #496C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C37 is #B693C8. Grayscale: #5B5B5B. Windows color (decimal): -11965385 or 3632201. OLE color: 3632201.

HSL color Cylindrical-coordinate representation of color #496C37: hue angle of 99.62º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496C37 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB7310855-
CMYK0.3200.490.58
HSL99.62º32.52%31.96%-
HSV(B)99.62º49.07%42.35%-
XYZ8.812.425.55-
YUV91.49107.4114.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 108 (42.58% from 255) = 45.76%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=30.93%
G=45.76%
B=23.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108550.3200.490.5899.6232.5231.96
Hex496C37200313A642120
Octal1111546740061721444140
Binary1001001110110011011110000001100011110101100100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496C37; }

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

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

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

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

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

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

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

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