Html Css Color HEX #497355 Como

📋 copy color: '#497355'

red 73 ◦ green 115 ◦ blue 85

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

Shades of Como #497355

Tints of Como #497355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 26.74%
G = 42.12%
B = 31.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#497355 (or 0x497355) is known color: Como. HEX triplet: 49, 73 and 55. RGB value is (73,115,85). Sum of RGB (Red+Green+Blue) = 73+115+85=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #497355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497355 is #B68CAA. Grayscale: #636363. Windows color (decimal): -11963563 or 5600073. OLE color: 5600073.

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

Color convert

RGB 73 115 85 -
CMYK 0.37 0 0.26 0.55
HSL 137.14º 0.22% 0.37% -
HSV(B) 137.14º 0.37% 0.45% -
XYZ 10.52 14.33 10.81 -
YUV 99.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 73 115 85 0.37 0 0.26 0.55 137.14 0.22 0.37
Hex 49 73 55 25 0 1A 37 89 16 25
Octal 111 163 125 45 0 32 67 211 26 45
Binary 1001001 1110011 1010101 100101 0 11010 110111 10001001 10110 100101

Color Harmonies of #497355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497355

Black with #497355

Text Example


Text Example

White with #497355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497355; }

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

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

background-color css

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

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

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

border-color css

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

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

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