#497031

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

Shades of Dell #497031

Tints of Dell #497031

Color information

#497031 (or 0x497031) is unknown color: approx Dell. HEX triplet: 49, 70 and 31. RGB value is (73,112,49). Sum of RGB (Red+Green+Blue) = 73+112+49=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #497031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497031 is #B68FCE. Grayscale: #5D5D5D. Windows color (decimal): -11964367 or 3240009. OLE color: 3240009.

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

Color convert

RGB7311249-
CMYK0.3500.560.56
HSL97.14º39.13%31.57%-
HSV(B)97.14º56.25%43.92%-
XYZ9.113.234.98-
YUV93.16103.08113.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=31.20%
G=47.86%
B=20.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112490.3500.560.5697.1439.1331.57
Hex4970312303838612720
Octal1111606143070701414740
Binary1001001111000011000110001101110001110001100001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497031; }

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

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

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

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

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

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

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

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