#49742A

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

Shades of Dell #49742A

Tints of Dell #49742A

Color information

#49742A (or 0x49742A) is unknown color: approx Dell. HEX triplet: 49, 74 and 2A. RGB value is (73,116,42). Sum of RGB (Red+Green+Blue) = 73+116+42=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #49742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49742A is #B68BD5. Grayscale: #5E5E5E. Windows color (decimal): -11963350 or 2782281. OLE color: 2782281.

HSL color Cylindrical-coordinate representation of color #49742A: hue angle of 94.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49742A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB7311642-
CMYK0.3700.640.55
HSL94.86º46.84%30.98%-
HSV(B)94.86º63.79%45.49%-
XYZ9.4114.074.41-
YUV94.7198.25112.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=31.60%
G=50.22%
B=18.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73116420.3700.640.5594.8646.8430.98
Hex49742A25040375f2f1f
Octal11116452450100671375737
Binary1001001111010010101010010101000000110111101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49742A; }

 p { color: rgb(73,116,42); }

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

<style>
 a { background-color: #49742A; }

 a { background-color: rgb(73,116,42); }

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

<style>
 span { border-color: #49742A; }

 span { border-color: rgb(73,116,42); }

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