#496D2B

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

Shades of Dell #496D2B

Tints of Dell #496D2B

Color information

#496D2B (or 0x496D2B) is unknown color: approx Dell. HEX triplet: 49, 6D and 2B. RGB value is (73,109,43). Sum of RGB (Red+Green+Blue) = 73+109+43=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #496D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D2B is #B692D4. Grayscale: #5A5A5A. Windows color (decimal): -11965141 or 2846025. OLE color: 2846025.

HSL color Cylindrical-coordinate representation of color #496D2B: hue angle of 92.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496D2B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB7310943-
CMYK0.3300.610.57
HSL92.73º43.42%29.8%-
HSV(B)92.73º60.55%42.75%-
XYZ8.6512.534.25-
YUV90.71101.07115.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=32.44%
G=48.44%
B=19.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73109430.3300.610.5792.7343.4229.8
Hex496D2B2103D395d2b1e
Octal1111555341075711355336
Binary100100111011011010111000010111101111001101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,109,43); }

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

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

 a { background-color: rgb(73,109,43); }

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

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

 span { border-color: rgb(73,109,43); }

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