#497131

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

Shades of Dell #497131

Tints of Dell #497131

Color information

#497131 (or 0x497131) is unknown color: approx Dell. HEX triplet: 49, 71 and 31. RGB value is (73,113,49). Sum of RGB (Red+Green+Blue) = 73+113+49=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #497131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497131 is #B68ECE. Grayscale: #5D5D5D. Windows color (decimal): -11964111 or 3240265. OLE color: 3240265.

HSL color Cylindrical-coordinate representation of color #497131: hue angle of 97.5º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #497131 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB7311349-
CMYK0.3500.570.56
HSL97.5º39.51%31.76%-
HSV(B)97.5º56.64%44.31%-
XYZ9.2113.455.02-
YUV93.74102.75113.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=31.06%
G=48.09%
B=20.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113490.3500.570.5697.539.5131.76
Hex4971312303938622820
Octal1111616143071701425040
Binary1001001111000111000110001101110011110001100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497131; }

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

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

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

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

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

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

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

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