Html Css Color HEX #49765D Como

📋 copy color: '#49765D'

red 73 ◦ green 118 ◦ blue 93

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

Shades of Como #49765D

Tints of Como #49765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

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

R = 25.7%
G = 41.55%
B = 32.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#49765D (or 0x49765D) is known color: Como. HEX triplet: 49, 76 and 5D. RGB value is (73,118,93). Sum of RGB (Red+Green+Blue) = 73+118+93=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #49765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765D is #B689A2. Grayscale: #656565. Windows color (decimal): -11962787 or 6125129. OLE color: 6125129.

HSL color Cylindrical-coordinate representation of color #49765D: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49765D is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 93 -
CMYK 0.38 0 0.21 0.54
HSL 146.67º 0.24% 0.37% -
HSV(B) 146.67º 0.38% 0.46% -
XYZ 11.2 15.16 12.69 -
YUV 101.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 73 118 93 0.38 0 0.21 0.54 146.67 0.24 0.37
Hex 49 76 5D 26 0 15 36 93 18 25
Octal 111 166 135 46 0 25 66 223 30 45
Binary 1001001 1110110 1011101 100110 0 10101 110110 10010011 11000 100101

Color Harmonies of #49765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49765D

Black with #49765D

Text Example


Text Example

White with #49765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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