#496834

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

Shades of Dell #496834

Tints of Dell #496834

Color information

#496834 (or 0x496834) is unknown color: approx Dell. HEX triplet: 49, 68 and 34. RGB value is (73,104,52). Sum of RGB (Red+Green+Blue) = 73+104+52=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #496834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496834 is #B697CB. Grayscale: #585858. Windows color (decimal): -11966412 or 3434569. OLE color: 3434569.

HSL color Cylindrical-coordinate representation of color #496834: hue angle of 95.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496834 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB7310452-
CMYK0.3000.500.59
HSL95.77º33.33%30.59%-
HSV(B)95.77º50%40.78%-
XYZ8.3211.575.04-
YUV88.8107.23116.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=31.88%
G=45.41%
B=22.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104520.3000.500.5995.7733.3330.59
Hex4968341E0323B60211f
Octal1111506436062731404137
Binary10010011101000110100111100110010111011110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496834; }

 p { color: rgb(73,104,52); }

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

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

 a { background-color: rgb(73,104,52); }

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

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

 span { border-color: rgb(73,104,52); }

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