Html Css Color HEX #496337 Dell

📋 copy color: '#496337'

red 73 ◦ green 99 ◦ blue 55

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

Shades of Dell #496337

Tints of Dell #496337

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

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

R = 32.16%
G = 43.61%
B = 24.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#496337 (or 0x496337) is known color: Dell. HEX triplet: 49, 63 and 37. RGB value is (73,99,55). Sum of RGB (Red+Green+Blue) = 73+99+55=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #496337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496337 is #B69CC8. Grayscale: #565656. Windows color (decimal): -11967689 or 3629897. OLE color: 3629897.

HSL color Cylindrical-coordinate representation of color #496337: hue angle of 95.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496337 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 55 -
CMYK 0.26 0 0.44 0.61
HSL 95.45º 0.29% 0.3% -
HSV(B) 95.45º 0.44% 0.39% -
XYZ 7.9 10.62 5.25 -
YUV 86.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 73 99 55 0.26 0 0.44 0.61 95.45 0.29 0.3
Hex 49 63 37 1A 0 2C 3D 5F 1D 1E
Octal 111 143 67 32 0 54 75 137 35 36
Binary 1001001 1100011 110111 11010 0 101100 111101 1011111 11101 11110

Color Harmonies of #496337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496337

Black with #496337

Text Example


Text Example

White with #496337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496337; }

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

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

background-color css

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

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

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

border-color css

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

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

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