#496828

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

Shades of Dell #496828

Tints of Dell #496828

Color information

#496828 (or 0x496828) is unknown color: approx Dell. HEX triplet: 49, 68 and 28. RGB value is (73,104,40). Sum of RGB (Red+Green+Blue) = 73+104+40=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #496828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496828 is #B697D7. Grayscale: #575757. Windows color (decimal): -11966424 or 2648137. OLE color: 2648137.

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

Color convert

RGB7310440-
CMYK0.3000.620.59
HSL89.06º44.44%28.24%-
HSV(B)89.06º61.54%40.78%-
XYZ8.0811.473.8-
YUV87.44101.23117.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 104 (41.02% from 255) = 47.93%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=33.64%
G=47.93%
B=18.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104400.3000.620.5989.0644.4428.24
Hex4968281E03E3B592c1c
Octal1111505036076731315434
Binary10010011101000101000111100111110111011101100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496828; }

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

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

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

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

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

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

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

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