#497126

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

Shades of Dell #497126

Tints of Dell #497126

Color information

#497126 (or 0x497126) is unknown color: approx Dell. HEX triplet: 49, 71 and 26. RGB value is (73,113,38). Sum of RGB (Red+Green+Blue) = 73+113+38=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #497126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497126 is #B68ED9. Grayscale: #5C5C5C. Windows color (decimal): -11964122 or 2519369. OLE color: 2519369.

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

Color convert

RGB7311338-
CMYK0.3500.660.56
HSL92º49.67%29.61%-
HSV(B)92º66.37%44.31%-
XYZ913.373.94-
YUV92.4997.25114.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=32.59%
G=50.45%
B=16.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113380.3500.660.569249.6729.61
Hex49712623042385c321e
Octal11116146430102701346236
Binary1001001111000110011010001101000010111000101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497126; }

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

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

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

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

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

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

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

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