#497531

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

Shades of Dell #497531

Tints of Dell #497531

Color information

#497531 (or 0x497531) is unknown color: approx Dell. HEX triplet: 49, 75 and 31. RGB value is (73,117,49). Sum of RGB (Red+Green+Blue) = 73+117+49=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #497531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497531 is #B68ACE. Grayscale: #606060. Windows color (decimal): -11963087 or 3241289. OLE color: 3241289.

HSL color Cylindrical-coordinate representation of color #497531: hue angle of 98.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497531 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB7311749-
CMYK0.3800.580.54
HSL98.82º40.96%32.55%-
HSV(B)98.82º58.12%45.88%-
XYZ9.6614.365.17-
YUV96.09101.42111.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=30.54%
G=48.95%
B=20.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117490.3800.580.5498.8240.9632.55
Hex4975312603A36632921
Octal1111656146072661435141
Binary1001001111010111000110011001110101101101100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497531; }

 p { color: rgb(73,117,49); }

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

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

 a { background-color: rgb(73,117,49); }

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

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

 span { border-color: rgb(73,117,49); }

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