Html Css Color HEX #496E38 Dell

📋 copy color: '#496E38'

red 73 ◦ green 110 ◦ blue 56

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

Shades of Dell #496E38

Tints of Dell #496E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 30.54%
G = 46.03%
B = 23.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#496E38 (or 0x496E38) is known color: Dell. HEX triplet: 49, 6E and 38. RGB value is (73,110,56). Sum of RGB (Red+Green+Blue) = 73+110+56=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #496E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E38 is #B691C7. Grayscale: #5C5C5C. Windows color (decimal): -11964872 or 3698249. OLE color: 3698249.

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

Color convert

RGB 73 110 56 -
CMYK 0.34 0 0.49 0.57
HSL 101.11º 0.33% 0.33% -
HSV(B) 101.11º 0.49% 0.43% -
XYZ 9.04 12.85 5.75 -
YUV 92.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 73 110 56 0.34 0 0.49 0.57 101.11 0.33 0.33
Hex 49 6E 38 22 0 31 39 65 21 21
Octal 111 156 70 42 0 61 71 145 41 41
Binary 1001001 1101110 111000 100010 0 110001 111001 1100101 100001 100001

Color Harmonies of #496E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E38

Black with #496E38

Text Example


Text Example

White with #496E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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