#49662B

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

Shades of Dell #49662B

Tints of Dell #49662B

Color information

#49662B (or 0x49662B) is unknown color: approx Dell. HEX triplet: 49, 66 and 2B. RGB value is (73,102,43). Sum of RGB (Red+Green+Blue) = 73+102+43=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #49662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49662B is #B699D4. Grayscale: #565656. Windows color (decimal): -11966933 or 2844233. OLE color: 2844233.

HSL color Cylindrical-coordinate representation of color #49662B: hue angle of 89.49º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49662B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB7310243-
CMYK0.2800.580.6
HSL89.49º40.69%28.43%-
HSV(B)89.49º57.84%40%-
XYZ7.9411.094.01-
YUV86.6103.39118.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=33.49%
G=46.79%
B=19.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102430.2800.580.689.4940.6928.43
Hex49662B1C03A3C59291c
Octal1111465334072741315134
Binary10010011100110101011111000111010111100101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49662B; }

 p { color: rgb(73,102,43); }

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

<style>
 a { background-color: #49662B; }

 a { background-color: rgb(73,102,43); }

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

<style>
 span { border-color: #49662B; }

 span { border-color: rgb(73,102,43); }

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