#496236

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

Shades of Dell #496236

Tints of Dell #496236

Color information

#496236 (or 0x496236) is unknown color: approx Dell. HEX triplet: 49, 62 and 36. RGB value is (73,98,54). Sum of RGB (Red+Green+Blue) = 73+98+54=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #496236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496236 is #B69DC9. Grayscale: #555555. Windows color (decimal): -11967946 or 3564105. OLE color: 3564105.

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

Color convert

RGB739854-
CMYK0.2600.450.62
HSL94.09º28.95%29.8%-
HSV(B)94.09º44.9%38.43%-
XYZ7.7810.425.09-
YUV85.51110.22119.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 54 (21.48% from 255) = 24%
R=32.44%
G=43.56%
B=24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398540.2600.450.6294.0928.9529.8
Hex4962361A02D3E5e1d1e
Octal1111426632055761363536
Binary1001001110001011011011010010110111111010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496236; }

 p { color: rgb(73,98,54); }

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

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

 a { background-color: rgb(73,98,54); }

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

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

 span { border-color: rgb(73,98,54); }

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