Html Css Color HEX #49742E Dell

📋 copy color: '#49742E'

red 73 ◦ green 116 ◦ blue 46

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

Shades of Dell #49742E

Tints of Dell #49742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.36%

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

R = 31.06%
G = 49.36%
B = 19.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#49742E (or 0x49742E) is known color: Dell. HEX triplet: 49, 74 and 2E. RGB value is (73,116,46). Sum of RGB (Red+Green+Blue) = 73+116+46=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #49742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49742E is #B68BD1. Grayscale: #5F5F5F. Windows color (decimal): -11963346 or 3044425. OLE color: 3044425.

HSL color Cylindrical-coordinate representation of color #49742E: hue angle of 96.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49742E is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 46 -
CMYK 0.37 0 0.60 0.55
HSL 96.86º 0.43% 0.32% -
HSV(B) 96.86º 0.6% 0.45% -
XYZ 9.49 14.1 4.81 -
YUV 95.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 73 116 46 0.37 0 0.60 0.55 96.86 0.43 0.32
Hex 49 74 2E 25 0 3C 37 61 2B 20
Octal 111 164 56 45 0 74 67 141 53 40
Binary 1001001 1110100 101110 100101 0 111100 110111 1100001 101011 100000

Color Harmonies of #49742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49742E

Black with #49742E

Text Example


Text Example

White with #49742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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