#496239

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

Shades of Dell #496239

Tints of Dell #496239

Color information

#496239 (or 0x496239) is unknown color: approx Dell. HEX triplet: 49, 62 and 39. RGB value is (73,98,57). Sum of RGB (Red+Green+Blue) = 73+98+57=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #496239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496239 is #B69DC6. Grayscale: #555555. Windows color (decimal): -11967943 or 3760713. OLE color: 3760713.

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

Color convert

RGB739857-
CMYK0.2600.420.62
HSL96.59º26.45%30.39%-
HSV(B)96.59º41.84%38.43%-
XYZ7.8510.455.47-
YUV85.85111.72118.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 57 (22.66% from 255) = 25%
R=32.02%
G=42.98%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398570.2600.420.6296.5926.4530.39
Hex4962391A02A3E611a1e
Octal1111427132052761413236
Binary1001001110001011100111010010101011111011000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496239; }

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

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

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

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

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

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

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

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