Html Css Color HEX #496E2D Dell

📋 copy color: '#496E2D'

red 73 ◦ green 110 ◦ blue 45

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

Shades of Dell #496E2D

Tints of Dell #496E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 32.02%
G = 48.25%
B = 19.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#496E2D (or 0x496E2D) is known color: Dell. HEX triplet: 49, 6E and 2D. RGB value is (73,110,45). Sum of RGB (Red+Green+Blue) = 73+110+45=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #496E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E2D is #B691D2. Grayscale: #5B5B5B. Windows color (decimal): -11964883 or 2977353. OLE color: 2977353.

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

Color convert

RGB 73 110 45 -
CMYK 0.34 0 0.59 0.57
HSL 94.15º 0.42% 0.3% -
HSV(B) 94.15º 0.59% 0.43% -
XYZ 8.8 12.76 4.48 -
YUV 91.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 73 110 45 0.34 0 0.59 0.57 94.15 0.42 0.3
Hex 49 6E 2D 22 0 3B 39 5E 2A 1E
Octal 111 156 55 42 0 73 71 136 52 36
Binary 1001001 1101110 101101 100010 0 111011 111001 1011110 101010 11110

Color Harmonies of #496E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E2D

Black with #496E2D

Text Example


Text Example

White with #496E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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