#496B3A

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

Shades of Dell #496B3A

Tints of Dell #496B3A

Color information

#496B3A (or 0x496B3A) is unknown color: approx Dell. HEX triplet: 49, 6B and 3A. RGB value is (73,107,58). Sum of RGB (Red+Green+Blue) = 73+107+58=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #496B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B3A is #B694C5. Grayscale: #5B5B5B. Windows color (decimal): -11965638 or 3828553. OLE color: 3828553.

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

Color convert

RGB7310758-
CMYK0.3200.460.58
HSL101.63º29.7%32.35%-
HSV(B)101.63º45.79%41.96%-
XYZ8.7712.245.9-
YUV91.25109.24114.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=30.67%
G=44.96%
B=24.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107580.3200.460.58101.6329.732.35
Hex496B3A2002E3A661e20
Octal1111537240056721463640
Binary100100111010111110101000000101110111010110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,58); }

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

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

 a { background-color: rgb(73,107,58); }

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

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

 span { border-color: rgb(73,107,58); }

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