Html Css Color HEX #49875F Como

📋 copy color: '#49875F'

red 73 ◦ green 135 ◦ blue 95

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

Shades of Como #49875F

Tints of Como #49875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 24.09%
G = 44.55%
B = 31.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#49875F (or 0x49875F) is known color: Como. HEX triplet: 49, 87 and 5F. RGB value is (73,135,95). Sum of RGB (Red+Green+Blue) = 73+135+95=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #49875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49875F is #B678A0. Grayscale: #6F6F6F. Windows color (decimal): -11958433 or 6260553. OLE color: 6260553.

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

Color convert

RGB 73 135 95 -
CMYK 0.46 0 0.30 0.47
HSL 141.29º 0.3% 0.41% -
HSV(B) 141.29º 0.46% 0.53% -
XYZ 13.48 19.57 13.89 -
YUV 111.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 73 135 95 0.46 0 0.30 0.47 141.29 0.3 0.41
Hex 49 87 5F 2E 0 1E 2F 8D 1E 29
Octal 111 207 137 56 0 36 57 215 36 51
Binary 1001001 10000111 1011111 101110 0 11110 101111 10001101 11110 101001

Color Harmonies of #49875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49875F

Black with #49875F

Text Example


Text Example

White with #49875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49875F; }

 p { color: rgb(73,135,95); }

 H1.HeaderClassName
 {
   color: #49875F;
 }
 .AnyTagClassName
 {
   color: #49875F;
 }
</style>

background-color css

<style>
 a { background-color: #49875F; }

 a { background-color: rgb(73,135,95); }

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

border-color css

<style>
 span { border-color: #49875F; }

 span { border-color: rgb(73,135,95); }

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