Html Css Color HEX #497037 Dell

📋 copy color: '#497037'

red 73 ◦ green 112 ◦ blue 55

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

Shades of Dell #497037

Tints of Dell #497037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 30.42%
G = 46.67%
B = 22.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#497037 (or 0x497037) is known color: Dell. HEX triplet: 49, 70 and 37. RGB value is (73,112,55). Sum of RGB (Red+Green+Blue) = 73+112+55=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #497037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497037 is #B68FC8. Grayscale: #5E5E5E. Windows color (decimal): -11964361 or 3633225. OLE color: 3633225.

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

Color convert

RGB 73 112 55 -
CMYK 0.35 0 0.51 0.56
HSL 101.05º 0.34% 0.33% -
HSV(B) 101.05º 0.51% 0.44% -
XYZ 9.23 13.28 5.69 -
YUV 93.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 73 112 55 0.35 0 0.51 0.56 101.05 0.34 0.33
Hex 49 70 37 23 0 33 38 65 22 21
Octal 111 160 67 43 0 63 70 145 42 41
Binary 1001001 1110000 110111 100011 0 110011 111000 1100101 100010 100001

Color Harmonies of #497037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497037

Black with #497037

Text Example


Text Example

White with #497037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497037; }

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

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

background-color css

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

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

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

border-color css

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

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

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