#49722D

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

Shades of Dell #49722D

Tints of Dell #49722D

Color information

#49722D (or 0x49722D) is unknown color: approx Dell. HEX triplet: 49, 72 and 2D. RGB value is (73,114,45). Sum of RGB (Red+Green+Blue) = 73+114+45=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #49722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49722D is #B68DD2. Grayscale: #5E5E5E. Windows color (decimal): -11963859 or 2978377. OLE color: 2978377.

HSL color Cylindrical-coordinate representation of color #49722D: hue angle of 95.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49722D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB7311445-
CMYK0.3600.610.55
HSL95.65º43.4%31.18%-
HSV(B)95.65º60.53%44.71%-
XYZ9.2413.644.63-
YUV93.87100.42113.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=31.47%
G=49.14%
B=19.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73114450.3600.610.5595.6543.431.18
Hex49722D2403D37602b1f
Octal1111625544075671405337
Binary100100111100101011011001000111101110111110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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