#497356

Color #497356 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #497356

Tints of Como #497356

Color information

#497356 (or 0x497356) is unknown color: approx Como. HEX triplet: 49, 73 and 56. RGB value is (73,115,86). Sum of RGB (Red+Green+Blue) = 73+115+86=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #497356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497356 is #B68CA9. Grayscale: #636363. Windows color (decimal): -11963562 or 5665609. OLE color: 5665609.

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

Color convert

RGB7311586-
CMYK0.3700.250.55
HSL138.57º22.34%36.86%-
HSV(B)138.57º36.52%45.1%-
XYZ10.5614.3511.02-
YUV99.14120.59109.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=26.64%
G=41.97%
B=31.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115860.3700.250.55138.5722.3436.86
Hex49735625019378b1625
Octal11116312645031672132645
Binary1001001111001110101101001010110011101111000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497356; }

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

 H1.HeaderClassName
 {
   color: #497356;
 }
 .AnyTagClassName
 {
   color: #497356;
 }
</style>
background-color css

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

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

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

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

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

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