Html Css Color HEX #49725D Como

📋 copy color: '#49725D'

red 73 ◦ green 114 ◦ blue 93

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

Shades of Como #49725D

Tints of Como #49725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 26.07%
G = 40.71%
B = 33.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#49725D (or 0x49725D) is known color: Como. HEX triplet: 49, 72 and 5D. RGB value is (73,114,93). Sum of RGB (Red+Green+Blue) = 73+114+93=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #49725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725D is #B68DA2. Grayscale: #636363. Windows color (decimal): -11963811 or 6124105. OLE color: 6124105.

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

Color convert

RGB 73 114 93 -
CMYK 0.36 0 0.18 0.55
HSL 149.27º 0.22% 0.37% -
HSV(B) 149.27º 0.36% 0.45% -
XYZ 10.74 14.24 12.54 -
YUV 99.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 73 114 93 0.36 0 0.18 0.55 149.27 0.22 0.37
Hex 49 72 5D 24 0 12 37 95 16 25
Octal 111 162 135 44 0 22 67 225 26 45
Binary 1001001 1110010 1011101 100100 0 10010 110111 10010101 10110 100101

Color Harmonies of #49725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49725D

Black with #49725D

Text Example


Text Example

White with #49725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,114,93); }

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

background-color css

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

 a { background-color: rgb(73,114,93); }

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

border-color css

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

 span { border-color: rgb(73,114,93); }

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