Html Css Color HEX #496E2E Dell

📋 copy color: '#496E2E'

red 73 ◦ green 110 ◦ blue 46

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

Shades of Dell #496E2E

Tints of Dell #496E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.03%

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 31.88%
G = 48.03%
B = 20.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#496E2E (or 0x496E2E) is known color: Dell. HEX triplet: 49, 6E and 2E. RGB value is (73,110,46). Sum of RGB (Red+Green+Blue) = 73+110+46=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #496E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E2E is #B691D1. Grayscale: #5B5B5B. Windows color (decimal): -11964882 or 3042889. OLE color: 3042889.

HSL color Cylindrical-coordinate representation of color #496E2E: hue angle of 94.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496E2E is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 110 46 -
CMYK 0.34 0 0.58 0.57
HSL 94.69º 0.41% 0.31% -
HSV(B) 94.69º 0.58% 0.43% -
XYZ 8.82 12.77 4.58 -
YUV 91.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 73 110 46 0.34 0 0.58 0.57 94.69 0.41 0.31
Hex 49 6E 2E 22 0 3A 39 5F 29 1F
Octal 111 156 56 42 0 72 71 137 51 37
Binary 1001001 1101110 101110 100010 0 111010 111001 1011111 101001 11111

Color Harmonies of #496E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E2E

Black with #496E2E

Text Example


Text Example

White with #496E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496E2E; }

 p { color: rgb(73,110,46); }

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

background-color css

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

 a { background-color: rgb(73,110,46); }

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

border-color css

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

 span { border-color: rgb(73,110,46); }

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