Html Css Color HEX #49662B Dell

📋 copy color: '#49662B'

red 73 ◦ green 102 ◦ blue 43

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

Shades of Dell #49662B

Tints of Dell #49662B

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 value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#49662B (or 0x49662B) is known color: 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

RGB 73 102 43 -
CMYK 0.28 0 0.58 0.6
HSL 89.49º 0.41% 0.28% -
HSV(B) 89.49º 0.58% 0.4% -
XYZ 7.94 11.09 4.01 -
YUV 86.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 73 102 43 0.28 0 0.58 0.6 89.49 0.41 0.28
Hex 49 66 2B 1C 0 3A 3C 59 29 1C
Octal 111 146 53 34 0 72 74 131 51 34
Binary 1001001 1100110 101011 11100 0 111010 111100 1011001 101001 11100

Color Harmonies of #49662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49662B

Black with #49662B

Text Example


Text Example

White with #49662B

Text Example


Text Example

HTML Codes & Css Web 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>