Html Css Color HEX #496632 Dell

📋 copy color: '#496632'

red 73 ◦ green 102 ◦ blue 50

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

Shades of Dell #496632

Tints of Dell #496632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 32.44%
G = 45.33%
B = 22.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#496632 (or 0x496632) is known color: Dell. HEX triplet: 49, 66 and 32. RGB value is (73,102,50). Sum of RGB (Red+Green+Blue) = 73+102+50=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #496632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496632 is #B699CD. Grayscale: #575757. Windows color (decimal): -11966926 or 3302985. OLE color: 3302985.

HSL color Cylindrical-coordinate representation of color #496632: hue angle of 93.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496632 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 50 -
CMYK 0.28 0 0.51 0.6
HSL 93.46º 0.34% 0.3% -
HSV(B) 93.46º 0.51% 0.4% -
XYZ 8.07 11.15 4.74 -
YUV 87.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 73 102 50 0.28 0 0.51 0.6 93.46 0.34 0.3
Hex 49 66 32 1C 0 33 3C 5D 22 1E
Octal 111 146 62 34 0 63 74 135 42 36
Binary 1001001 1100110 110010 11100 0 110011 111100 1011101 100010 11110

Color Harmonies of #496632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496632

Black with #496632

Text Example


Text Example

White with #496632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496632; }

 p { color: rgb(73,102,50); }

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

background-color css

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

 a { background-color: rgb(73,102,50); }

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

border-color css

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

 span { border-color: rgb(73,102,50); }

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