Html Css Color HEX #496829 Dell

📋 copy color: '#496829'

red 73 ◦ green 104 ◦ blue 41

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

Shades of Dell #496829

Tints of Dell #496829

RGB

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

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

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

R = 33.49%
G = 47.71%
B = 18.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#496829 (or 0x496829) is known color: Dell. HEX triplet: 49, 68 and 29. RGB value is (73,104,41). Sum of RGB (Red+Green+Blue) = 73+104+41=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #496829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496829 is #B697D6. Grayscale: #575757. Windows color (decimal): -11966423 or 2713673. OLE color: 2713673.

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

Color convert

RGB 73 104 41 -
CMYK 0.30 0 0.61 0.59
HSL 89.52º 0.43% 0.28% -
HSV(B) 89.52º 0.61% 0.41% -
XYZ 8.1 11.48 3.89 -
YUV 87.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 73 104 41 0.30 0 0.61 0.59 89.52 0.43 0.28
Hex 49 68 29 1E 0 3D 3B 5A 2B 1C
Octal 111 150 51 36 0 75 73 132 53 34
Binary 1001001 1101000 101001 11110 0 111101 111011 1011010 101011 11100

Color Harmonies of #496829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496829

Black with #496829

Text Example


Text Example

White with #496829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496829; }

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

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

background-color css

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

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

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

border-color css

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

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

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