#496030

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

Shades of Dell #496030

Tints of Dell #496030

Color information

#496030 (or 0x496030) is unknown color: approx Dell. HEX triplet: 49, 60 and 30. RGB value is (73,96,48). Sum of RGB (Red+Green+Blue) = 73+96+48=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #496030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496030 is #B69FCF. Grayscale: #535353. Windows color (decimal): -11968464 or 3170377. OLE color: 3170377.

HSL color Cylindrical-coordinate representation of color #496030: hue angle of 88.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496030 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB739648-
CMYK0.2400.500.62
HSL88.75º33.33%28.24%-
HSV(B)88.75º50%37.65%-
XYZ7.46104.33-
YUV83.65107.88120.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=33.64%
G=44.24%
B=22.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396480.2400.500.6288.7533.3328.24
Hex496030180323E59211c
Octal1111406030062761314134
Binary10010011100000110000110000110010111110101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496030; }

 p { color: rgb(73,96,48); }

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

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

 a { background-color: rgb(73,96,48); }

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

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

 span { border-color: rgb(73,96,48); }

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