#496537

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

Shades of Dell #496537

Tints of Dell #496537

Color information

#496537 (or 0x496537) is unknown color: approx Dell. HEX triplet: 49, 65 and 37. RGB value is (73,101,55). Sum of RGB (Red+Green+Blue) = 73+101+55=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #496537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496537 is #B69AC8. Grayscale: #575757. Windows color (decimal): -11967177 or 3630409. OLE color: 3630409.

HSL color Cylindrical-coordinate representation of color #496537: hue angle of 96.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496537 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB7310155-
CMYK0.2800.460.60
HSL96.52º29.49%30.59%-
HSV(B)96.52º45.54%39.61%-
XYZ8.09115.31-
YUV87.38109.72117.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=31.88%
G=44.10%
B=24.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101550.2800.460.6096.5229.4930.59
Hex4965371C02E3C611d1f
Octal1111456734056741413537
Binary1001001110010111011111100010111011110011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496537; }

 p { color: rgb(73,101,55); }

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

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

 a { background-color: rgb(73,101,55); }

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

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

 span { border-color: rgb(73,101,55); }

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