#49702C

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

Shades of Dell #49702C

Tints of Dell #49702C

Color information

#49702C (or 0x49702C) is unknown color: approx Dell. HEX triplet: 49, 70 and 2C. RGB value is (73,112,44). Sum of RGB (Red+Green+Blue) = 73+112+44=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #49702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49702C is #B68FD3. Grayscale: #5C5C5C. Windows color (decimal): -11964372 or 2912329. OLE color: 2912329.

HSL color Cylindrical-coordinate representation of color #49702C: hue angle of 94.41º 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 #49702C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB7311244-
CMYK0.3500.610.56
HSL94.41º43.59%30.59%-
HSV(B)94.41º60.71%43.92%-
XYZ913.194.45-
YUV92.59100.58114.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=31.88%
G=48.91%
B=19.21%

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
Decimal73112440.3500.610.5694.4143.5930.59
Hex49702C2303D385e2c1f
Octal1111605443075701365437
Binary100100111100001011001000110111101111000101111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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