Html Css Color HEX #49742D Dell

📋 copy color: '#49742D'

red 73 ◦ green 116 ◦ blue 45

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

Shades of Dell #49742D

Tints of Dell #49742D

RGB

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

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

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

R = 31.2%
G = 49.57%
B = 19.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#49742D (or 0x49742D) is known color: Dell. HEX triplet: 49, 74 and 2D. RGB value is (73,116,45). Sum of RGB (Red+Green+Blue) = 73+116+45=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #49742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49742D is #B68BD2. Grayscale: #5F5F5F. Windows color (decimal): -11963347 or 2978889. OLE color: 2978889.

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

Color convert

RGB 73 116 45 -
CMYK 0.37 0 0.61 0.55
HSL 96.34º 0.44% 0.32% -
HSV(B) 96.34º 0.61% 0.45% -
XYZ 9.47 14.1 4.7 -
YUV 95.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 73 116 45 0.37 0 0.61 0.55 96.34 0.44 0.32
Hex 49 74 2D 25 0 3D 37 60 2C 20
Octal 111 164 55 45 0 75 67 140 54 40
Binary 1001001 1110100 101101 100101 0 111101 110111 1100000 101100 100000

Color Harmonies of #49742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49742D

Black with #49742D

Text Example


Text Example

White with #49742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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