Html Css Color HEX #49735D Como

📋 copy color: '#49735D'

red 73 ◦ green 115 ◦ blue 93

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

Shades of Como #49735D

Tints of Como #49735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 25.98%
G = 40.93%
B = 33.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#49735D (or 0x49735D) is known color: Como. HEX triplet: 49, 73 and 5D. RGB value is (73,115,93). Sum of RGB (Red+Green+Blue) = 73+115+93=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #49735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49735D is #B68CA2. Grayscale: #636363. Windows color (decimal): -11963555 or 6124361. OLE color: 6124361.

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

Color convert

RGB 73 115 93 -
CMYK 0.37 0 0.19 0.55
HSL 148.57º 0.22% 0.37% -
HSV(B) 148.57º 0.37% 0.45% -
XYZ 10.85 14.47 12.58 -
YUV 99.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 73 115 93 0.37 0 0.19 0.55 148.57 0.22 0.37
Hex 49 73 5D 25 0 13 37 95 16 25
Octal 111 163 135 45 0 23 67 225 26 45
Binary 1001001 1110011 1011101 100101 0 10011 110111 10010101 10110 100101

Color Harmonies of #49735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49735D

Black with #49735D

Text Example


Text Example

White with #49735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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