Html Css Color HEX #49735B Como

📋 copy color: '#49735B'

red 73 ◦ green 115 ◦ blue 91

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

Shades of Como #49735B

Tints of Como #49735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.22%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 26.16%
G = 41.22%
B = 32.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#49735B (or 0x49735B) is known color: Como. HEX triplet: 49, 73 and 5B. RGB value is (73,115,91). Sum of RGB (Red+Green+Blue) = 73+115+91=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #49735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49735B is #B68CA4. Grayscale: #636363. Windows color (decimal): -11963557 or 5993289. OLE color: 5993289.

HSL color Cylindrical-coordinate representation of color #49735B: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49735B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 91 -
CMYK 0.37 0 0.21 0.55
HSL 145.71º 0.22% 0.37% -
HSV(B) 145.71º 0.37% 0.45% -
XYZ 10.77 14.43 12.12 -
YUV 99.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 73 115 91 0.37 0 0.21 0.55 145.71 0.22 0.37
Hex 49 73 5B 25 0 15 37 92 16 25
Octal 111 163 133 45 0 25 67 222 26 45
Binary 1001001 1110011 1011011 100101 0 10101 110111 10010010 10110 100101

Color Harmonies of #49735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49735B

Black with #49735B

Text Example


Text Example

White with #49735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49735B; }

 p { color: rgb(73,115,91); }

 H1.HeaderClassName
 {
   color: #49735B;
 }
 .AnyTagClassName
 {
   color: #49735B;
 }
</style>

background-color css

<style>
 a { background-color: #49735B; }

 a { background-color: rgb(73,115,91); }

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

border-color css

<style>
 span { border-color: #49735B; }

 span { border-color: rgb(73,115,91); }

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