Html Css Color HEX #49895B Como

📋 copy color: '#49895B'

red 73 ◦ green 137 ◦ blue 91

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

Shades of Como #49895B

Tints of Como #49895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 24.25%
G = 45.51%
B = 30.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#49895B (or 0x49895B) is known color: Como. HEX triplet: 49, 89 and 5B. RGB value is (73,137,91). Sum of RGB (Red+Green+Blue) = 73+137+91=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #49895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49895B is #B676A4. Grayscale: #707070. Windows color (decimal): -11957925 or 5998921. OLE color: 5998921.

HSL color Cylindrical-coordinate representation of color #49895B: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49895B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 137 91 -
CMYK 0.47 0 0.34 0.46
HSL 136.88º 0.3% 0.41% -
HSV(B) 136.88º 0.47% 0.54% -
XYZ 13.58 20.06 13.05 -
YUV 112.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 73 137 91 0.47 0 0.34 0.46 136.88 0.3 0.41
Hex 49 89 5B 2F 0 22 2E 89 1E 29
Octal 111 211 133 57 0 42 56 211 36 51
Binary 1001001 10001001 1011011 101111 0 100010 101110 10001001 11110 101001

Color Harmonies of #49895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49895B

Black with #49895B

Text Example


Text Example

White with #49895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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