#497226

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

Shades of Dell #497226

Tints of Dell #497226

Color information

#497226 (or 0x497226) is unknown color: approx Dell. HEX triplet: 49, 72 and 26. RGB value is (73,114,38). Sum of RGB (Red+Green+Blue) = 73+114+38=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #497226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497226 is #B68DD9. Grayscale: #5D5D5D. Windows color (decimal): -11963866 or 2519625. OLE color: 2519625.

HSL color Cylindrical-coordinate representation of color #497226: hue angle of 92.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497226 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB7311438-
CMYK0.3600.670.55
HSL92.37º50%29.8%-
HSV(B)92.37º66.67%44.71%-
XYZ9.1113.593.98-
YUV93.0896.92113.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=32.44%
G=50.67%
B=16.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114380.3600.670.5592.375029.8
Hex49722624043375c321e
Octal11116246440103671346236
Binary1001001111001010011010010001000011110111101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497226; }

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

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

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

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

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

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

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

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