#49612C

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

Shades of Dell #49612C

Tints of Dell #49612C

Color information

#49612C (or 0x49612C) is unknown color: approx Dell. HEX triplet: 49, 61 and 2C. RGB value is (73,97,44). Sum of RGB (Red+Green+Blue) = 73+97+44=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #49612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49612C is #B69ED3. Grayscale: #535353. Windows color (decimal): -11968212 or 2908489. OLE color: 2908489.

HSL color Cylindrical-coordinate representation of color #49612C: hue angle of 87.17º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49612C is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB739744-
CMYK0.2500.550.62
HSL87.17º37.59%27.65%-
HSV(B)87.17º54.64%38.04%-
XYZ7.4810.153.95-
YUV83.78105.55120.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=34.11%
G=45.33%
B=20.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397440.2500.550.6287.1737.5927.65
Hex49612C190373E57261c
Octal1111415431067761274634
Binary10010011100001101100110010110111111110101011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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