Html Css Color HEX #49885D Como

📋 copy color: '#49885D'

red 73 ◦ green 136 ◦ blue 93

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

Shades of Como #49885D

Tints of Como #49885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 24.17%
G = 45.03%
B = 30.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#49885D (or 0x49885D) is known color: Como. HEX triplet: 49, 88 and 5D. RGB value is (73,136,93). Sum of RGB (Red+Green+Blue) = 73+136+93=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #49885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49885D is #B677A2. Grayscale: #707070. Windows color (decimal): -11958179 or 6129737. OLE color: 6129737.

HSL color Cylindrical-coordinate representation of color #49885D: hue angle of 139.05º 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 #49885D is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 93 -
CMYK 0.46 0 0.32 0.47
HSL 139.05º 0.3% 0.41% -
HSV(B) 139.05º 0.46% 0.53% -
XYZ 13.53 19.82 13.47 -
YUV 112.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 73 136 93 0.46 0 0.32 0.47 139.05 0.3 0.41
Hex 49 88 5D 2E 0 20 2F 8B 1E 29
Octal 111 210 135 56 0 40 57 213 36 51
Binary 1001001 10001000 1011101 101110 0 100000 101111 10001011 11110 101001

Color Harmonies of #49885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49885D

Black with #49885D

Text Example


Text Example

White with #49885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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