Html Css Color HEX #496139 Dell

📋 copy color: '#496139'

red 73 ◦ green 97 ◦ blue 57

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

Shades of Dell #496139

Tints of Dell #496139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.73%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 32.16%
G = 42.73%
B = 25.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#496139 (or 0x496139) is known color: Dell. HEX triplet: 49, 61 and 39. RGB value is (73,97,57). Sum of RGB (Red+Green+Blue) = 73+97+57=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #496139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496139 is #B69EC6. Grayscale: #555555. Windows color (decimal): -11968199 or 3760457. OLE color: 3760457.

HSL color Cylindrical-coordinate representation of color #496139: hue angle of 96º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #496139 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 57 -
CMYK 0.25 0 0.41 0.62
HSL 96º 0.26% 0.3% -
HSV(B) 96º 0.41% 0.38% -
XYZ 7.76 10.26 5.44 -
YUV 85.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 73 97 57 0.25 0 0.41 0.62 96 0.26 0.3
Hex 49 61 39 19 0 29 3E 60 1A 1E
Octal 111 141 71 31 0 51 76 140 32 36
Binary 1001001 1100001 111001 11001 0 101001 111110 1100000 11010 11110

Color Harmonies of #496139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496139

Black with #496139

Text Example


Text Example

White with #496139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496139; }

 p { color: rgb(73,97,57); }

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

background-color css

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

 a { background-color: rgb(73,97,57); }

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

border-color css

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

 span { border-color: rgb(73,97,57); }

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