#496836

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

Shades of Dell #496836

Tints of Dell #496836

Color information

#496836 (or 0x496836) is unknown color: approx Dell. HEX triplet: 49, 68 and 36. RGB value is (73,104,54). Sum of RGB (Red+Green+Blue) = 73+104+54=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #496836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496836 is #B697C9. Grayscale: #595959. Windows color (decimal): -11966410 or 3565641. OLE color: 3565641.

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

Color convert

RGB7310454-
CMYK0.3000.480.59
HSL97.2º31.65%30.98%-
HSV(B)97.2º48.08%40.78%-
XYZ8.3611.585.29-
YUV89.03108.23116.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=31.60%
G=45.02%
B=23.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104540.3000.480.5997.231.6530.98
Hex4968361E0303B61201f
Octal1111506636060731414037
Binary10010011101000110110111100110000111011110000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496836; }

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

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

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

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

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

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

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

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