Html Css Color HEX #49885B Como

📋 copy color: '#49885B'

red 73 ◦ green 136 ◦ blue 91

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

Shades of Como #49885B

Tints of Como #49885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 24.33%
G = 45.33%
B = 30.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#49885B (or 0x49885B) is known color: Como. HEX triplet: 49, 88 and 5B. RGB value is (73,136,91). Sum of RGB (Red+Green+Blue) = 73+136+91=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #49885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49885B is #B677A4. Grayscale: #707070. Windows color (decimal): -11958181 or 5998665. OLE color: 5998665.

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

Color convert

RGB 73 136 91 -
CMYK 0.46 0 0.33 0.47
HSL 137.14º 0.3% 0.41% -
HSV(B) 137.14º 0.46% 0.53% -
XYZ 13.44 19.78 13.01 -
YUV 112.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 73 136 91 0.46 0 0.33 0.47 137.14 0.3 0.41
Hex 49 88 5B 2E 0 21 2F 89 1E 29
Octal 111 210 133 56 0 41 57 211 36 51
Binary 1001001 10001000 1011011 101110 0 100001 101111 10001001 11110 101001

Color Harmonies of #49885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49885B

Black with #49885B

Text Example


Text Example

White with #49885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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