#49632D

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

Shades of Dell #49632D

Tints of Dell #49632D

Color information

#49632D (or 0x49632D) is unknown color: approx Dell. HEX triplet: 49, 63 and 2D. RGB value is (73,99,45). Sum of RGB (Red+Green+Blue) = 73+99+45=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #49632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49632D is #B69CD2. Grayscale: #555555. Windows color (decimal): -11967699 or 2974537. OLE color: 2974537.

HSL color Cylindrical-coordinate representation of color #49632D: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49632D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB739945-
CMYK0.2600.550.61
HSL88.89º37.5%28.24%-
HSV(B)88.89º54.55%38.82%-
XYZ7.6810.534.11-
YUV85.07105.39119.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=33.64%
G=45.62%
B=20.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399450.2600.550.6188.8937.528.24
Hex49632D1A0373D59261c
Octal1111435532067751314634
Binary10010011100011101101110100110111111101101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49632D; }

 p { color: rgb(73,99,45); }

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

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

 a { background-color: rgb(73,99,45); }

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

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

 span { border-color: rgb(73,99,45); }

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