#49712C

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

Shades of Dell #49712C

Tints of Dell #49712C

Color information

#49712C (or 0x49712C) is unknown color: approx Dell. HEX triplet: 49, 71 and 2C. RGB value is (73,113,44). Sum of RGB (Red+Green+Blue) = 73+113+44=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #49712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49712C is #B68ED3. Grayscale: #5D5D5D. Windows color (decimal): -11964116 or 2912585. OLE color: 2912585.

HSL color Cylindrical-coordinate representation of color #49712C: hue angle of 94.78º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49712C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB7311344-
CMYK0.3500.610.56
HSL94.78º43.95%30.78%-
HSV(B)94.78º61.06%44.31%-
XYZ9.1113.414.49-
YUV93.17100.25113.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=31.74%
G=49.13%
B=19.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113440.3500.610.5694.7843.9530.78
Hex49712C2303D385f2c1f
Octal1111615443075701375437
Binary100100111100011011001000110111101111000101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49712C; }

 p { color: rgb(73,113,44); }

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

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

 a { background-color: rgb(73,113,44); }

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

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

 span { border-color: rgb(73,113,44); }

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