Html Css Color HEX #49895D Como

📋 copy color: '#49895D'

red 73 ◦ green 137 ◦ blue 93

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

Shades of Como #49895D

Tints of Como #49895D

RGB

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

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

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

R = 24.09%
G = 45.21%
B = 30.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#49895D (or 0x49895D) is known color: Como. HEX triplet: 49, 89 and 5D. RGB value is (73,137,93). Sum of RGB (Red+Green+Blue) = 73+137+93=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #49895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49895D is #B676A2. Grayscale: #707070. Windows color (decimal): -11957923 or 6129993. OLE color: 6129993.

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

Color convert

RGB 73 137 93 -
CMYK 0.47 0 0.32 0.46
HSL 138.75º 0.3% 0.41% -
HSV(B) 138.75º 0.47% 0.54% -
XYZ 13.67 20.1 13.51 -
YUV 112.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 73 137 93 0.47 0 0.32 0.46 138.75 0.3 0.41
Hex 49 89 5D 2F 0 20 2E 8B 1E 29
Octal 111 211 135 57 0 40 56 213 36 51
Binary 1001001 10001001 1011101 101111 0 100000 101110 10001011 11110 101001

Color Harmonies of #49895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49895D

Black with #49895D

Text Example


Text Example

White with #49895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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