Html Css Color HEX #49865F Como

📋 copy color: '#49865F'

red 73 ◦ green 134 ◦ blue 95

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

Shades of Como #49865F

Tints of Como #49865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 24.17%
G = 44.37%
B = 31.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#49865F (or 0x49865F) is known color: Como. HEX triplet: 49, 86 and 5F. RGB value is (73,134,95). Sum of RGB (Red+Green+Blue) = 73+134+95=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #49865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49865F is #B679A0. Grayscale: #6F6F6F. Windows color (decimal): -11958689 or 6260297. OLE color: 6260297.

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

Color convert

RGB 73 134 95 -
CMYK 0.46 0 0.29 0.47
HSL 141.64º 0.29% 0.41% -
HSV(B) 141.64º 0.46% 0.53% -
XYZ 13.34 19.29 13.85 -
YUV 111.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 73 134 95 0.46 0 0.29 0.47 141.64 0.29 0.41
Hex 49 86 5F 2E 0 1D 2F 8E 1D 29
Octal 111 206 137 56 0 35 57 216 35 51
Binary 1001001 10000110 1011111 101110 0 11101 101111 10001110 11101 101001

Color Harmonies of #49865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49865F

Black with #49865F

Text Example


Text Example

White with #49865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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