Html Css Color HEX #49682E Dell

📋 copy color: '#49682E'

red 73 ◦ green 104 ◦ blue 46

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

Shades of Dell #49682E

Tints of Dell #49682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 32.74%
G = 46.64%
B = 20.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#49682E (or 0x49682E) is known color: Dell. HEX triplet: 49, 68 and 2E. RGB value is (73,104,46). Sum of RGB (Red+Green+Blue) = 73+104+46=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #49682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49682E is #B697D1. Grayscale: #585858. Windows color (decimal): -11966418 or 3041353. OLE color: 3041353.

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

Color convert

RGB 73 104 46 -
CMYK 0.30 0 0.56 0.59
HSL 92.07º 0.39% 0.29% -
HSV(B) 92.07º 0.56% 0.41% -
XYZ 8.19 11.51 4.38 -
YUV 88.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 73 104 46 0.30 0 0.56 0.59 92.07 0.39 0.29
Hex 49 68 2E 1E 0 38 3B 5C 27 1D
Octal 111 150 56 36 0 70 73 134 47 35
Binary 1001001 1101000 101110 11110 0 111000 111011 1011100 100111 11101

Color Harmonies of #49682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49682E

Black with #49682E

Text Example


Text Example

White with #49682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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