#497129

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

Shades of Dell #497129

Tints of Dell #497129

Color information

#497129 (or 0x497129) is unknown color: approx Dell. HEX triplet: 49, 71 and 29. RGB value is (73,113,41). Sum of RGB (Red+Green+Blue) = 73+113+41=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #497129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497129 is #B68ED6. Grayscale: #5D5D5D. Windows color (decimal): -11964119 or 2715977. OLE color: 2715977.

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

Color convert

RGB7311341-
CMYK0.3500.640.56
HSL93.33º46.75%30.2%-
HSV(B)93.33º63.72%44.31%-
XYZ9.0513.394.2-
YUV92.8398.75113.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=32.16%
G=49.78%
B=18.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113410.3500.640.5693.3346.7530.2
Hex49712923040385d2f1e
Octal11116151430100701355736
Binary1001001111000110100110001101000000111000101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497129; }

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

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

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

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

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

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

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

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