Html Css Color HEX #496429 Dell

📋 copy color: '#496429'

red 73 ◦ green 100 ◦ blue 41

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

Shades of Dell #496429

Tints of Dell #496429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

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

R = 34.11%
G = 46.73%
B = 19.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#496429 (or 0x496429) is known color: Dell. HEX triplet: 49, 64 and 29. RGB value is (73,100,41). Sum of RGB (Red+Green+Blue) = 73+100+41=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #496429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496429 is #B69BD6. Grayscale: #555555. Windows color (decimal): -11967447 or 2712649. OLE color: 2712649.

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

Color convert

RGB 73 100 41 -
CMYK 0.27 0 0.59 0.61
HSL 87.46º 0.42% 0.28% -
HSV(B) 87.46º 0.59% 0.39% -
XYZ 7.71 10.69 3.76 -
YUV 85.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 73 100 41 0.27 0 0.59 0.61 87.46 0.42 0.28
Hex 49 64 29 1B 0 3B 3D 57 2A 1C
Octal 111 144 51 33 0 73 75 127 52 34
Binary 1001001 1100100 101001 11011 0 111011 111101 1010111 101010 11100

Color Harmonies of #496429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496429

Black with #496429

Text Example


Text Example

White with #496429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496429; }

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

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

background-color css

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

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

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

border-color css

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

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

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