Html Css Color HEX #49735C Como

📋 copy color: '#49735C'

red 73 ◦ green 115 ◦ blue 92

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

Shades of Como #49735C

Tints of Como #49735C

RGB

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

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

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

R = 26.07%
G = 41.07%
B = 32.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#49735C (or 0x49735C) is known color: Como. HEX triplet: 49, 73 and 5C. RGB value is (73,115,92). Sum of RGB (Red+Green+Blue) = 73+115+92=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #49735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49735C is #B68CA3. Grayscale: #636363. Windows color (decimal): -11963556 or 6058825. OLE color: 6058825.

HSL color Cylindrical-coordinate representation of color #49735C: hue angle of 147.14º 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 #49735C is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 92 -
CMYK 0.37 0 0.20 0.55
HSL 147.14º 0.22% 0.37% -
HSV(B) 147.14º 0.37% 0.45% -
XYZ 10.81 14.45 12.34 -
YUV 99.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 73 115 92 0.37 0 0.20 0.55 147.14 0.22 0.37
Hex 49 73 5C 25 0 14 37 93 16 25
Octal 111 163 134 45 0 24 67 223 26 45
Binary 1001001 1110011 1011100 100101 0 10100 110111 10010011 10110 100101

Color Harmonies of #49735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49735C

Black with #49735C

Text Example


Text Example

White with #49735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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