Html Css Color HEX #496329 Dell

📋 copy color: '#496329'

red 73 ◦ green 99 ◦ blue 41

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

Shades of Dell #496329

Tints of Dell #496329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

 BLUE value IS 41 (16.41% from 255) = 19.25%

R = 34.27%
G = 46.48%
B = 19.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#496329 (or 0x496329) is known color: Dell. HEX triplet: 49, 63 and 29. RGB value is (73,99,41). Sum of RGB (Red+Green+Blue) = 73+99+41=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #496329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496329 is #B69CD6. Grayscale: #545454. Windows color (decimal): -11967703 or 2712393. OLE color: 2712393.

HSL color Cylindrical-coordinate representation of color #496329: hue angle of 86.9º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496329 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 41 -
CMYK 0.26 0 0.59 0.61
HSL 86.9º 0.41% 0.27% -
HSV(B) 86.9º 0.59% 0.39% -
XYZ 7.61 10.5 3.72 -
YUV 84.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 73 99 41 0.26 0 0.59 0.61 86.9 0.41 0.27
Hex 49 63 29 1A 0 3B 3D 57 29 1B
Octal 111 143 51 32 0 73 75 127 51 33
Binary 1001001 1100011 101001 11010 0 111011 111101 1010111 101001 11011

Color Harmonies of #496329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496329

Black with #496329

Text Example


Text Example

White with #496329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496329; }

 p { color: rgb(73,99,41); }

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

background-color css

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

 a { background-color: rgb(73,99,41); }

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

border-color css

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

 span { border-color: rgb(73,99,41); }

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