Html Css Color HEX #49865C Como

📋 copy color: '#49865C'

red 73 ◦ green 134 ◦ blue 92

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

Shades of Como #49865C

Tints of Como #49865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 24.41%
G = 44.82%
B = 30.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#49865C (or 0x49865C) is known color: Como. HEX triplet: 49, 86 and 5C. RGB value is (73,134,92). Sum of RGB (Red+Green+Blue) = 73+134+92=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #49865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49865C is #B679A3. Grayscale: #6F6F6F. Windows color (decimal): -11958692 or 6063689. OLE color: 6063689.

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

Color convert

RGB 73 134 92 -
CMYK 0.46 0 0.31 0.47
HSL 138.69º 0.29% 0.41% -
HSV(B) 138.69º 0.46% 0.53% -
XYZ 13.2 19.24 13.14 -
YUV 110.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 73 134 92 0.46 0 0.31 0.47 138.69 0.29 0.41
Hex 49 86 5C 2E 0 1F 2F 8B 1D 29
Octal 111 206 134 56 0 37 57 213 35 51
Binary 1001001 10000110 1011100 101110 0 11111 101111 10001011 11101 101001

Color Harmonies of #49865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49865C

Black with #49865C

Text Example


Text Example

White with #49865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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