Html Css Color HEX #49765C Como

📋 copy color: '#49765C'

red 73 ◦ green 118 ◦ blue 92

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

Shades of Como #49765C

Tints of Como #49765C

RGB

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

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

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

R = 25.8%
G = 41.7%
B = 32.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#49765C (or 0x49765C) is known color: Como. HEX triplet: 49, 76 and 5C. RGB value is (73,118,92). Sum of RGB (Red+Green+Blue) = 73+118+92=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #49765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49765C is #B689A3. Grayscale: #656565. Windows color (decimal): -11962788 or 6059593. OLE color: 6059593.

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

Color convert

RGB 73 118 92 -
CMYK 0.38 0 0.22 0.54
HSL 145.33º 0.24% 0.37% -
HSV(B) 145.33º 0.38% 0.46% -
XYZ 11.16 15.15 12.46 -
YUV 101.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 73 118 92 0.38 0 0.22 0.54 145.33 0.24 0.37
Hex 49 76 5C 26 0 16 36 91 18 25
Octal 111 166 134 46 0 26 66 221 30 45
Binary 1001001 1110110 1011100 100110 0 10110 110110 10010001 11000 100101

Color Harmonies of #49765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49765C

Black with #49765C

Text Example


Text Example

White with #49765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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