Html Css Color HEX #49765A Como

📋 copy color: '#49765A'

red 73 ◦ green 118 ◦ blue 90

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

Shades of Como #49765A

Tints of Como #49765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 25.98%
G = 41.99%
B = 32.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#49765A (or 0x49765A) is known color: Como. HEX triplet: 49, 76 and 5A. RGB value is (73,118,90). Sum of RGB (Red+Green+Blue) = 73+118+90=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #49765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765A is #B689A5. Grayscale: #656565. Windows color (decimal): -11962790 or 5928521. OLE color: 5928521.

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

Color convert

RGB 73 118 90 -
CMYK 0.38 0 0.24 0.54
HSL 142.67º 0.24% 0.37% -
HSV(B) 142.67º 0.38% 0.46% -
XYZ 11.07 15.11 12.01 -
YUV 101.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 73 118 90 0.38 0 0.24 0.54 142.67 0.24 0.37
Hex 49 76 5A 26 0 18 36 8F 18 25
Octal 111 166 132 46 0 30 66 217 30 45
Binary 1001001 1110110 1011010 100110 0 11000 110110 10001111 11000 100101

Color Harmonies of #49765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49765A

Black with #49765A

Text Example


Text Example

White with #49765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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