#496F2A

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

Shades of Dell #496F2A

Tints of Dell #496F2A

Color information

#496F2A (or 0x496F2A) is unknown color: approx Dell. HEX triplet: 49, 6F and 2A. RGB value is (73,111,42). Sum of RGB (Red+Green+Blue) = 73+111+42=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #496F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F2A is #B690D5. Grayscale: #5C5C5C. Windows color (decimal): -11964630 or 2781001. OLE color: 2781001.

HSL color Cylindrical-coordinate representation of color #496F2A: hue angle of 93.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496F2A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7311142-
CMYK0.3400.620.56
HSL93.04º45.1%30%-
HSV(B)93.04º62.16%43.53%-
XYZ8.8512.954.22-
YUV91.7799.91114.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=32.30%
G=49.12%
B=18.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111420.3400.620.5693.0445.130
Hex496F2A2203E385d2d1e
Octal1111575242076701355536
Binary100100111011111010101000100111110111000101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,42); }

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

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

 a { background-color: rgb(73,111,42); }

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

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

 span { border-color: rgb(73,111,42); }

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