Html Css Color HEX #49682C Dell

📋 copy color: '#49682C'

red 73 ◦ green 104 ◦ blue 44

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

Shades of Dell #49682C

Tints of Dell #49682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 33.03%
G = 47.06%
B = 19.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#49682C (or 0x49682C) is known color: Dell. HEX triplet: 49, 68 and 2C. RGB value is (73,104,44). Sum of RGB (Red+Green+Blue) = 73+104+44=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #49682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49682C is #B697D3. Grayscale: #585858. Windows color (decimal): -11966420 or 2910281. OLE color: 2910281.

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

Color convert

RGB 73 104 44 -
CMYK 0.30 0 0.58 0.59
HSL 91º 0.41% 0.29% -
HSV(B) 91º 0.58% 0.41% -
XYZ 8.15 11.5 4.17 -
YUV 87.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 73 104 44 0.30 0 0.58 0.59 91 0.41 0.29
Hex 49 68 2C 1E 0 3A 3B 5B 29 1D
Octal 111 150 54 36 0 72 73 133 51 35
Binary 1001001 1101000 101100 11110 0 111010 111011 1011011 101001 11101

Color Harmonies of #49682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49682C

Black with #49682C

Text Example


Text Example

White with #49682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49682C; }

 p { color: rgb(73,104,44); }

 H1.HeaderClassName
 {
   color: #49682C;
 }
 .AnyTagClassName
 {
   color: #49682C;
 }
</style>

background-color css

<style>
 a { background-color: #49682C; }

 a { background-color: rgb(73,104,44); }

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

border-color css

<style>
 span { border-color: #49682C; }

 span { border-color: rgb(73,104,44); }

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