Html Css Color HEX #496132 Dell

📋 copy color: '#496132'

red 73 ◦ green 97 ◦ blue 50

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

Shades of Dell #496132

Tints of Dell #496132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

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

R = 33.18%
G = 44.09%
B = 22.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#496132 (or 0x496132) is known color: Dell. HEX triplet: 49, 61 and 32. RGB value is (73,97,50). Sum of RGB (Red+Green+Blue) = 73+97+50=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #496132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496132 is #B69ECD. Grayscale: #545454. Windows color (decimal): -11968206 or 3301705. OLE color: 3301705.

HSL color Cylindrical-coordinate representation of color #496132: hue angle of 90.64º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496132 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 50 -
CMYK 0.25 0 0.48 0.62
HSL 90.64º 0.32% 0.29% -
HSV(B) 90.64º 0.48% 0.38% -
XYZ 7.6 10.2 4.59 -
YUV 84.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 73 97 50 0.25 0 0.48 0.62 90.64 0.32 0.29
Hex 49 61 32 19 0 30 3E 5B 20 1D
Octal 111 141 62 31 0 60 76 133 40 35
Binary 1001001 1100001 110010 11001 0 110000 111110 1011011 100000 11101

Color Harmonies of #496132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496132

Black with #496132

Text Example


Text Example

White with #496132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496132; }

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

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

background-color css

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

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

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

border-color css

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

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

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