#49602E

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

Shades of Dell #49602E

Tints of Dell #49602E

Color information

#49602E (or 0x49602E) is unknown color: approx Dell. HEX triplet: 49, 60 and 2E. RGB value is (73,96,46). Sum of RGB (Red+Green+Blue) = 73+96+46=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #49602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49602E is #B69FD1. Grayscale: #535353. Windows color (decimal): -11968466 or 3039305. OLE color: 3039305.

HSL color Cylindrical-coordinate representation of color #49602E: hue angle of 87.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49602E is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB739646-
CMYK0.2400.520.62
HSL87.6º35.21%27.84%-
HSV(B)87.6º52.08%37.65%-
XYZ7.429.984.12-
YUV83.42106.88120.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=33.95%
G=44.65%
B=21.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396460.2400.520.6287.635.2127.84
Hex49602E180343E58231c
Octal1111405630064761304334
Binary10010011100000101110110000110100111110101100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49602E; }

 p { color: rgb(73,96,46); }

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

<style>
 a { background-color: #49602E; }

 a { background-color: rgb(73,96,46); }

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

<style>
 span { border-color: #49602E; }

 span { border-color: rgb(73,96,46); }

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