Html Css Color HEX #49765B Como

📋 copy color: '#49765B'

red 73 ◦ green 118 ◦ blue 91

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

Shades of Como #49765B

Tints of Como #49765B

RGB

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

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

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

R = 25.89%
G = 41.84%
B = 32.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#49765B (or 0x49765B) is known color: Como. HEX triplet: 49, 76 and 5B. RGB value is (73,118,91). Sum of RGB (Red+Green+Blue) = 73+118+91=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #49765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765B is #B689A4. Grayscale: #656565. Windows color (decimal): -11962789 or 5994057. OLE color: 5994057.

HSL color Cylindrical-coordinate representation of color #49765B: hue angle of 144º 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 #49765B is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 91 -
CMYK 0.38 0 0.23 0.54
HSL 144º 0.24% 0.37% -
HSV(B) 144º 0.38% 0.46% -
XYZ 11.11 15.13 12.23 -
YUV 101.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 73 118 91 0.38 0 0.23 0.54 144 0.24 0.37
Hex 49 76 5B 26 0 17 36 90 18 25
Octal 111 166 133 46 0 27 66 220 30 45
Binary 1001001 1110110 1011011 100110 0 10111 110110 10010000 11000 100101

Color Harmonies of #49765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49765B

Black with #49765B

Text Example


Text Example

White with #49765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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