Html Css Color HEX #49725F Como

📋 copy color: '#49725F'

red 73 ◦ green 114 ◦ blue 95

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

Shades of Como #49725F

Tints of Como #49725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 25.89%
G = 40.43%
B = 33.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#49725F (or 0x49725F) is known color: Como. HEX triplet: 49, 72 and 5F. RGB value is (73,114,95). Sum of RGB (Red+Green+Blue) = 73+114+95=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #49725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725F is #B68DA0. Grayscale: #636363. Windows color (decimal): -11963809 or 6255177. OLE color: 6255177.

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

Color convert

RGB 73 114 95 -
CMYK 0.36 0 0.17 0.55
HSL 152.2º 0.22% 0.37% -
HSV(B) 152.2º 0.36% 0.45% -
XYZ 10.83 14.28 13.01 -
YUV 99.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 73 114 95 0.36 0 0.17 0.55 152.2 0.22 0.37
Hex 49 72 5F 24 0 11 37 98 16 25
Octal 111 162 137 44 0 21 67 230 26 45
Binary 1001001 1110010 1011111 100100 0 10001 110111 10011000 10110 100101

Color Harmonies of #49725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49725F

Black with #49725F

Text Example


Text Example

White with #49725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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