Html Css Color HEX #497032 Dell

📋 copy color: '#497032'

red 73 ◦ green 112 ◦ blue 50

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

Shades of Dell #497032

Tints of Dell #497032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 31.06%
G = 47.66%
B = 21.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#497032 (or 0x497032) is known color: Dell. HEX triplet: 49, 70 and 32. RGB value is (73,112,50). Sum of RGB (Red+Green+Blue) = 73+112+50=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #497032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497032 is #B68FCD. Grayscale: #5D5D5D. Windows color (decimal): -11964366 or 3305545. OLE color: 3305545.

HSL color Cylindrical-coordinate representation of color #497032: hue angle of 97.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497032 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 50 -
CMYK 0.35 0 0.55 0.56
HSL 97.74º 0.38% 0.32% -
HSV(B) 97.74º 0.55% 0.44% -
XYZ 9.12 13.24 5.09 -
YUV 93.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 73 112 50 0.35 0 0.55 0.56 97.74 0.38 0.32
Hex 49 70 32 23 0 37 38 62 26 20
Octal 111 160 62 43 0 67 70 142 46 40
Binary 1001001 1110000 110010 100011 0 110111 111000 1100010 100110 100000

Color Harmonies of #497032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497032

Black with #497032

Text Example


Text Example

White with #497032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497032; }

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

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

background-color css

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

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

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

border-color css

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

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

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