Html Css Color HEX #49712C Dell

📋 copy color: '#49712C'

red 73 ◦ green 113 ◦ blue 44

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

Shades of Dell #49712C

Tints of Dell #49712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 31.74%
G = 49.13%
B = 19.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#49712C (or 0x49712C) is known color: Dell. HEX triplet: 49, 71 and 2C. RGB value is (73,113,44). Sum of RGB (Red+Green+Blue) = 73+113+44=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #49712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49712C is #B68ED3. Grayscale: #5D5D5D. Windows color (decimal): -11964116 or 2912585. OLE color: 2912585.

HSL color Cylindrical-coordinate representation of color #49712C: hue angle of 94.78º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49712C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 44 -
CMYK 0.35 0 0.61 0.56
HSL 94.78º 0.44% 0.31% -
HSV(B) 94.78º 0.61% 0.44% -
XYZ 9.11 13.41 4.49 -
YUV 93.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 73 113 44 0.35 0 0.61 0.56 94.78 0.44 0.31
Hex 49 71 2C 23 0 3D 38 5F 2C 1F
Octal 111 161 54 43 0 75 70 137 54 37
Binary 1001001 1110001 101100 100011 0 111101 111000 1011111 101100 11111

Color Harmonies of #49712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49712C

Black with #49712C

Text Example


Text Example

White with #49712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49712C; }

 p { color: rgb(73,113,44); }

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

background-color css

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

 a { background-color: rgb(73,113,44); }

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

border-color css

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

 span { border-color: rgb(73,113,44); }

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