#49642F

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

Shades of Dell #49642F

Tints of Dell #49642F

Color information

#49642F (or 0x49642F) is unknown color: approx Dell. HEX triplet: 49, 64 and 2F. RGB value is (73,100,47). Sum of RGB (Red+Green+Blue) = 73+100+47=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #49642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49642F is #B69BD0. Grayscale: #565656. Windows color (decimal): -11967441 or 3105865. OLE color: 3105865.

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

Color convert

RGB7310047-
CMYK0.2700.530.61
HSL90.57º36.05%28.82%-
HSV(B)90.57º53%39.22%-
XYZ7.8210.744.35-
YUV85.88106.05118.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=33.18%
G=45.45%
B=21.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100470.2700.530.6190.5736.0528.82
Hex49642F1B0353D5b241d
Octal1111445733065751334435
Binary10010011100100101111110110110101111101101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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