Html Css Color HEX #497131 Dell

📋 copy color: '#497131'

red 73 ◦ green 113 ◦ blue 49

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

Shades of Dell #497131

Tints of Dell #497131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 31.06%
G = 48.09%
B = 20.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#497131 (or 0x497131) is known color: Dell. HEX triplet: 49, 71 and 31. RGB value is (73,113,49). Sum of RGB (Red+Green+Blue) = 73+113+49=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #497131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497131 is #B68ECE. Grayscale: #5D5D5D. Windows color (decimal): -11964111 or 3240265. OLE color: 3240265.

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

Color convert

RGB 73 113 49 -
CMYK 0.35 0 0.57 0.56
HSL 97.5º 0.4% 0.32% -
HSV(B) 97.5º 0.57% 0.44% -
XYZ 9.21 13.45 5.02 -
YUV 93.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 73 113 49 0.35 0 0.57 0.56 97.5 0.4 0.32
Hex 49 71 31 23 0 39 38 62 28 20
Octal 111 161 61 43 0 71 70 142 50 40
Binary 1001001 1110001 110001 100011 0 111001 111000 1100010 101000 100000

Color Harmonies of #497131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497131

Black with #497131

Text Example


Text Example

White with #497131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497131; }

 p { color: rgb(73,113,49); }

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

background-color css

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

 a { background-color: rgb(73,113,49); }

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

border-color css

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

 span { border-color: rgb(73,113,49); }

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