#49613C

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

Shades of Dell #49613C

Tints of Dell #49613C

Color information

#49613C (or 0x49613C) is unknown color: approx Dell. HEX triplet: 49, 61 and 3C. RGB value is (73,97,60). Sum of RGB (Red+Green+Blue) = 73+97+60=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #49613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49613C is #B69EC3. Grayscale: #555555. Windows color (decimal): -11968196 or 3957065. OLE color: 3957065.

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

Color convert

RGB739760-
CMYK0.2500.380.62
HSL98.92º23.57%30.78%-
HSV(B)98.92º38.14%38.04%-
XYZ7.8410.295.85-
YUV85.61113.55119.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=31.74%
G=42.17%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397600.2500.380.6298.9223.5730.78
Hex49613C190263E63181f
Octal1111417431046761433037
Binary1001001110000111110011001010011011111011000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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