#497136

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

Shades of Dell #497136

Tints of Dell #497136

Color information

#497136 (or 0x497136) is unknown color: approx Dell. HEX triplet: 49, 71 and 36. RGB value is (73,113,54). Sum of RGB (Red+Green+Blue) = 73+113+54=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #497136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497136 is #B68EC9. Grayscale: #5E5E5E. Windows color (decimal): -11964106 or 3567945. OLE color: 3567945.

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

Color convert

RGB7311354-
CMYK0.3500.520.56
HSL100.68º35.33%32.75%-
HSV(B)100.68º52.21%44.31%-
XYZ9.3213.495.6-
YUV94.31105.25112.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=30.42%
G=47.08%
B=22.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113540.3500.520.56100.6835.3332.75
Hex4971362303438652321
Octal1111616643064701454341
Binary1001001111000111011010001101101001110001100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497136; }

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

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

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

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

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

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

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

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