#49642A

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

Shades of Dell #49642A

Tints of Dell #49642A

Color information

#49642A (or 0x49642A) is unknown color: approx Dell. HEX triplet: 49, 64 and 2A. RGB value is (73,100,42). Sum of RGB (Red+Green+Blue) = 73+100+42=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #49642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49642A is #B69BD5. Grayscale: #555555. Windows color (decimal): -11967446 or 2778185. OLE color: 2778185.

HSL color Cylindrical-coordinate representation of color #49642A: hue angle of 87.93º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49642A is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB7310042-
CMYK0.2700.580.61
HSL87.93º40.85%27.84%-
HSV(B)87.93º58%39.22%-
XYZ7.7210.73.85-
YUV85.31103.55119.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=33.95%
G=46.51%
B=19.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100420.2700.580.6187.9340.8527.84
Hex49642A1B03A3D58291c
Octal1111445233072751305134
Binary10010011100100101010110110111010111101101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49642A; }

 p { color: rgb(73,100,42); }

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

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

 a { background-color: rgb(73,100,42); }

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

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

 span { border-color: rgb(73,100,42); }

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