Html Css Color HEX #49855E Como

📋 copy color: '#49855E'

red 73 ◦ green 133 ◦ blue 94

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

Shades of Como #49855E

Tints of Como #49855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 24.33%
G = 44.33%
B = 31.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#49855E (or 0x49855E) is known color: Como. HEX triplet: 49, 85 and 5E. RGB value is (73,133,94). Sum of RGB (Red+Green+Blue) = 73+133+94=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #49855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49855E is #B67AA1. Grayscale: #6E6E6E. Windows color (decimal): -11958946 or 6194505. OLE color: 6194505.

HSL color Cylindrical-coordinate representation of color #49855E: hue angle of 141º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49855E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 94 -
CMYK 0.45 0 0.29 0.48
HSL 141º 0.29% 0.4% -
HSV(B) 141º 0.45% 0.52% -
XYZ 13.16 19 13.56 -
YUV 110.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 73 133 94 0.45 0 0.29 0.48 141 0.29 0.4
Hex 49 85 5E 2D 0 1D 30 8D 1D 28
Octal 111 205 136 55 0 35 60 215 35 50
Binary 1001001 10000101 1011110 101101 0 11101 110000 10001101 11101 101000

Color Harmonies of #49855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49855E

Black with #49855E

Text Example


Text Example

White with #49855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49855E; }

 p { color: rgb(73,133,94); }

 H1.HeaderClassName
 {
   color: #49855E;
 }
 .AnyTagClassName
 {
   color: #49855E;
 }
</style>

background-color css

<style>
 a { background-color: #49855E; }

 a { background-color: rgb(73,133,94); }

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

border-color css

<style>
 span { border-color: #49855E; }

 span { border-color: rgb(73,133,94); }

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