#49732F

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

Shades of Dell #49732F

Tints of Dell #49732F

Color information

#49732F (or 0x49732F) is unknown color: approx Dell. HEX triplet: 49, 73 and 2F. RGB value is (73,115,47). Sum of RGB (Red+Green+Blue) = 73+115+47=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #49732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49732F is #B68CD0. Grayscale: #5E5E5E. Windows color (decimal): -11963601 or 3109705. OLE color: 3109705.

HSL color Cylindrical-coordinate representation of color #49732F: hue angle of 97.06º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49732F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB7311547-
CMYK0.3700.590.55
HSL97.06º41.98%31.76%-
HSV(B)97.06º59.13%45.1%-
XYZ9.3913.884.87-
YUV94.69101.09112.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 47 (18.75% from 255) = 20%
R=31.06%
G=48.94%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115470.3700.590.5597.0641.9831.76
Hex49732F2503B37612a20
Octal1111635745073671415240
Binary1001001111001110111110010101110111101111100001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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