#49632E

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

Shades of Dell #49632E

Tints of Dell #49632E

Color information

#49632E (or 0x49632E) is unknown color: approx Dell. HEX triplet: 49, 63 and 2E. RGB value is (73,99,46). Sum of RGB (Red+Green+Blue) = 73+99+46=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #49632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49632E is #B69CD1. Grayscale: #555555. Windows color (decimal): -11967698 or 3040073. OLE color: 3040073.

HSL color Cylindrical-coordinate representation of color #49632E: hue angle of 89.43º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49632E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB739946-
CMYK0.2600.540.61
HSL89.43º36.55%28.43%-
HSV(B)89.43º53.54%38.82%-
XYZ7.710.544.21-
YUV85.18105.89119.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=33.49%
G=45.41%
B=21.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399460.2600.540.6189.4336.5528.43
Hex49632E1A0363D59251c
Octal1111435632066751314534
Binary10010011100011101110110100110110111101101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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