#496335

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

Shades of Dell #496335

Tints of Dell #496335

Color information

#496335 (or 0x496335) is unknown color: approx Dell. HEX triplet: 49, 63 and 35. RGB value is (73,99,53). Sum of RGB (Red+Green+Blue) = 73+99+53=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #496335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496335 is #B69CCA. Grayscale: #565656. Windows color (decimal): -11967691 or 3498825. OLE color: 3498825.

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

Color convert

RGB739953-
CMYK0.2600.460.61
HSL93.91º30.26%29.8%-
HSV(B)93.91º46.46%38.82%-
XYZ7.8510.65-
YUV85.98109.39118.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=32.44%
G=44%
B=23.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399530.2600.460.6193.9130.2629.8
Hex4963351A02E3D5e1e1e
Octal1111436532056751363636
Binary1001001110001111010111010010111011110110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496335; }

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

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

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

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

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

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

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

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