#497333

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

Shades of Dell #497333

Tints of Dell #497333

Color information

#497333 (or 0x497333) is unknown color: approx Dell. HEX triplet: 49, 73 and 33. RGB value is (73,115,51). Sum of RGB (Red+Green+Blue) = 73+115+51=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #497333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497333 is #B68CCC. Grayscale: #5F5F5F. Windows color (decimal): -11963597 or 3371849. OLE color: 3371849.

HSL color Cylindrical-coordinate representation of color #497333: hue angle of 99.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497333 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB7311551-
CMYK0.3700.560.55
HSL99.38º38.55%32.55%-
HSV(B)99.38º55.65%45.1%-
XYZ9.4813.925.32-
YUV95.15103.09112.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=30.54%
G=48.12%
B=21.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115510.3700.560.5599.3838.5532.55
Hex4973332503837632721
Octal1111636345070671434741
Binary1001001111001111001110010101110001101111100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497333; }

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

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

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

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

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

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

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

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