#497432

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

Shades of Dell #497432

Tints of Dell #497432

Color information

#497432 (or 0x497432) is unknown color: approx Dell. HEX triplet: 49, 74 and 32. RGB value is (73,116,50). Sum of RGB (Red+Green+Blue) = 73+116+50=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #497432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497432 is #B68BCD. Grayscale: #5F5F5F. Windows color (decimal): -11963342 or 3306569. OLE color: 3306569.

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

Color convert

RGB7311650-
CMYK0.3700.570.55
HSL99.09º39.76%32.55%-
HSV(B)99.09º56.9%45.49%-
XYZ9.5714.145.24-
YUV95.62102.25111.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=30.54%
G=48.54%
B=20.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116500.3700.570.5599.0939.7632.55
Hex4974322503937632821
Octal1111646245071671435041
Binary1001001111010011001010010101110011101111100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497432; }

 p { color: rgb(73,116,50); }

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

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

 a { background-color: rgb(73,116,50); }

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

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

 span { border-color: rgb(73,116,50); }

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