Html Css Color HEX #49693B Dell

📋 copy color: '#49693B'

red 73 ◦ green 105 ◦ blue 59

#49693B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #49693B

Tints of Dell #49693B

RGB

 RED value IS 73 (28.91% from 255) = 30.8%

 GREEN value IS 105 (41.41% from 255) = 44.3%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 30.8%
G = 44.3%
B = 24.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#49693B (or 0x49693B) is known color: Dell. HEX triplet: 49, 69 and 3B. RGB value is (73,105,59). Sum of RGB (Red+Green+Blue) = 73+105+59=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #49693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693B is #B696C4. Grayscale: #5A5A5A. Windows color (decimal): -11966149 or 3893577. OLE color: 3893577.

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

Color convert

RGB 73 105 59 -
CMYK 0.30 0 0.44 0.59
HSL 101.74º 0.28% 0.32% -
HSV(B) 101.74º 0.44% 0.41% -
XYZ 8.59 11.84 5.97 -
YUV 90.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 73 105 59 0.30 0 0.44 0.59 101.74 0.28 0.32
Hex 49 69 3B 1E 0 2C 3B 66 1C 20
Octal 111 151 73 36 0 54 73 146 34 40
Binary 1001001 1101001 111011 11110 0 101100 111011 1100110 11100 100000

Color Harmonies of #49693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49693B

Black with #49693B

Text Example


Text Example

White with #49693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49693B;
 }
 .AnyTagClassName
 {
   color: #49693B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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