Html Css Color HEX #49725B Como

📋 copy color: '#49725B'

red 73 ◦ green 114 ◦ blue 91

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

Shades of Como #49725B

Tints of Como #49725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 26.26%
G = 41.01%
B = 32.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#49725B (or 0x49725B) is known color: Como. HEX triplet: 49, 72 and 5B. RGB value is (73,114,91). Sum of RGB (Red+Green+Blue) = 73+114+91=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #49725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725B is #B68DA4. Grayscale: #636363. Windows color (decimal): -11963813 or 5993033. OLE color: 5993033.

HSL color Cylindrical-coordinate representation of color #49725B: hue angle of 146.34º 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 #49725B is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 91 -
CMYK 0.36 0 0.20 0.55
HSL 146.34º 0.22% 0.37% -
HSV(B) 146.34º 0.36% 0.45% -
XYZ 10.65 14.21 12.08 -
YUV 99.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 73 114 91 0.36 0 0.20 0.55 146.34 0.22 0.37
Hex 49 72 5B 24 0 14 37 92 16 25
Octal 111 162 133 44 0 24 67 222 26 45
Binary 1001001 1110010 1011011 100100 0 10100 110111 10010010 10110 100101

Color Harmonies of #49725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49725B

Black with #49725B

Text Example


Text Example

White with #49725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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