#49642B

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

Shades of Dell #49642B

Tints of Dell #49642B

Color information

#49642B (or 0x49642B) is unknown color: approx Dell. HEX triplet: 49, 64 and 2B. RGB value is (73,100,43). Sum of RGB (Red+Green+Blue) = 73+100+43=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #49642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49642B is #B69BD4. Grayscale: #555555. Windows color (decimal): -11967445 or 2843721. OLE color: 2843721.

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

Color convert

RGB7310043-
CMYK0.2700.570.61
HSL88.42º39.86%28.04%-
HSV(B)88.42º57%39.22%-
XYZ7.7410.713.94-
YUV85.43104.05119.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=33.80%
G=46.30%
B=19.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100430.2700.570.6188.4239.8628.04
Hex49642B1B0393D58281c
Octal1111445333071751305034
Binary10010011100100101011110110111001111101101100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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