#496829

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

Shades of Dell #496829

Tints of Dell #496829

Color information

#496829 (or 0x496829) is unknown color: approx Dell. HEX triplet: 49, 68 and 29. RGB value is (73,104,41). Sum of RGB (Red+Green+Blue) = 73+104+41=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #496829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496829 is #B697D6. Grayscale: #575757. Windows color (decimal): -11966423 or 2713673. OLE color: 2713673.

HSL color Cylindrical-coordinate representation of color #496829: hue angle of 89.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496829 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB7310441-
CMYK0.3000.610.59
HSL89.52º43.45%28.43%-
HSV(B)89.52º60.58%40.78%-
XYZ8.111.483.89-
YUV87.55101.73117.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 41 (16.41% from 255) = 18.81%
R=33.49%
G=47.71%
B=18.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104410.3000.610.5989.5243.4528.43
Hex4968291E03D3B5a2b1c
Octal1111505136075731325334
Binary10010011101000101001111100111101111011101101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496829; }

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

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

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

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

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

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

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

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