#49693A

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

Shades of Dell #49693A

Tints of Dell #49693A

Color information

#49693A (or 0x49693A) is unknown color: approx Dell. HEX triplet: 49, 69 and 3A. RGB value is (73,105,58). Sum of RGB (Red+Green+Blue) = 73+105+58=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #49693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693A is #B696C5. Grayscale: #5A5A5A. Windows color (decimal): -11966150 or 3828041. OLE color: 3828041.

HSL color Cylindrical-coordinate representation of color #49693A: hue angle of 100.85º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49693A is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB7310558-
CMYK0.3000.450.59
HSL100.85º28.83%31.96%-
HSV(B)100.85º44.76%41.18%-
XYZ8.5611.835.83-
YUV90.07109.9115.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=30.93%
G=44.49%
B=24.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105580.3000.450.59100.8528.8331.96
Hex49693A1E02D3B651d20
Octal1111517236055731453540
Binary10010011101001111010111100101101111011110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49693A; }

 p { color: rgb(73,105,58); }

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

<style>
 a { background-color: #49693A; }

 a { background-color: rgb(73,105,58); }

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

<style>
 span { border-color: #49693A; }

 span { border-color: rgb(73,105,58); }

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