#497033

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

Shades of Dell #497033

Tints of Dell #497033

Color information

#497033 (or 0x497033) is unknown color: approx Dell. HEX triplet: 49, 70 and 33. RGB value is (73,112,51). Sum of RGB (Red+Green+Blue) = 73+112+51=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #497033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497033 is #B68FCC. Grayscale: #5D5D5D. Windows color (decimal): -11964365 or 3371081. OLE color: 3371081.

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

Color convert

RGB7311251-
CMYK0.3500.540.56
HSL98.36º37.42%31.96%-
HSV(B)98.36º54.46%43.92%-
XYZ9.1413.245.21-
YUV93.38104.08113.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=30.93%
G=47.46%
B=21.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112510.3500.540.5698.3637.4231.96
Hex4970332303638622520
Octal1111606343066701424540
Binary1001001111000011001110001101101101110001100010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497033; }

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

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

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

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

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

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

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

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