#496835

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

Shades of Dell #496835

Tints of Dell #496835

Color information

#496835 (or 0x496835) is unknown color: approx Dell. HEX triplet: 49, 68 and 35. RGB value is (73,104,53). Sum of RGB (Red+Green+Blue) = 73+104+53=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #496835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496835 is #B697CA. Grayscale: #595959. Windows color (decimal): -11966411 or 3500105. OLE color: 3500105.

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

Color convert

RGB7310453-
CMYK0.3000.490.59
HSL96.47º32.48%30.78%-
HSV(B)96.47º49.04%40.78%-
XYZ8.3411.575.16-
YUV88.92107.73116.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=31.74%
G=45.22%
B=23.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104530.3000.490.5996.4732.4830.78
Hex4968351E0313B60201f
Octal1111506536061731404037
Binary10010011101000110101111100110001111011110000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496835; }

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

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

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

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

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

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

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

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