Html Css Color HEX #49613C Dell

📋 copy color: '#49613C'

red 73 ◦ green 97 ◦ blue 60

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

Shades of Dell #49613C

Tints of Dell #49613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 31.74%
G = 42.17%
B = 26.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#49613C (or 0x49613C) is known color: Dell. HEX triplet: 49, 61 and 3C. RGB value is (73,97,60). Sum of RGB (Red+Green+Blue) = 73+97+60=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #49613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49613C is #B69EC3. Grayscale: #555555. Windows color (decimal): -11968196 or 3957065. OLE color: 3957065.

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

Color convert

RGB 73 97 60 -
CMYK 0.25 0 0.38 0.62
HSL 98.92º 0.24% 0.31% -
HSV(B) 98.92º 0.38% 0.38% -
XYZ 7.84 10.29 5.85 -
YUV 85.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 73 97 60 0.25 0 0.38 0.62 98.92 0.24 0.31
Hex 49 61 3C 19 0 26 3E 63 18 1F
Octal 111 141 74 31 0 46 76 143 30 37
Binary 1001001 1100001 111100 11001 0 100110 111110 1100011 11000 11111

Color Harmonies of #49613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49613C

Black with #49613C

Text Example


Text Example

White with #49613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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