#496536

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

Shades of Dell #496536

Tints of Dell #496536

Color information

#496536 (or 0x496536) is unknown color: approx Dell. HEX triplet: 49, 65 and 36. RGB value is (73,101,54). Sum of RGB (Red+Green+Blue) = 73+101+54=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #496536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496536 is #B69AC9. Grayscale: #575757. Windows color (decimal): -11967178 or 3564873. OLE color: 3564873.

HSL color Cylindrical-coordinate representation of color #496536: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496536 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB7310154-
CMYK0.2800.470.60
HSL95.74º30.32%30.39%-
HSV(B)95.74º46.53%39.61%-
XYZ8.0710.995.19-
YUV87.27109.22117.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=32.02%
G=44.30%
B=23.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101540.2800.470.6095.7430.3230.39
Hex4965361C02F3C601e1e
Octal1111456634057741403636
Binary1001001110010111011011100010111111110011000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496536; }

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

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

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

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

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

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

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

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