#496139

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

Shades of Dell #496139

Tints of Dell #496139

Color information

#496139 (or 0x496139) is unknown color: approx Dell. HEX triplet: 49, 61 and 39. RGB value is (73,97,57). Sum of RGB (Red+Green+Blue) = 73+97+57=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #496139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496139 is #B69EC6. Grayscale: #555555. Windows color (decimal): -11968199 or 3760457. OLE color: 3760457.

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

Color convert

RGB739757-
CMYK0.2500.410.62
HSL96º25.97%30.2%-
HSV(B)96º41.24%38.04%-
XYZ7.7610.265.44-
YUV85.26112.05119.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=32.16%
G=42.73%
B=25.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397570.2500.410.629625.9730.2
Hex496139190293E601a1e
Octal1111417131051761403236
Binary1001001110000111100111001010100111111011000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496139; }

 p { color: rgb(73,97,57); }

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

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

 a { background-color: rgb(73,97,57); }

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

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

 span { border-color: rgb(73,97,57); }

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