#497855

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

Shades of Como #497855

Tints of Como #497855

Color information

#497855 (or 0x497855) is unknown color: approx Como. HEX triplet: 49, 78 and 55. RGB value is (73,120,85). Sum of RGB (Red+Green+Blue) = 73+120+85=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #497855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497855 is #B687AA. Grayscale: #666666. Windows color (decimal): -11962283 or 5601353. OLE color: 5601353.

HSL color Cylindrical-coordinate representation of color #497855: hue angle of 135.32º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497855 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB7312085-
CMYK0.3900.290.53
HSL135.32º24.35%37.84%-
HSV(B)135.32º39.17%47.06%-
XYZ11.115.5111-
YUV101.96118.43107.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=26.26%
G=43.17%
B=30.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120850.3900.290.53135.3224.3537.84
Hex4978552701D35871826
Octal11117012547035652073046
Binary1001001111100010101011001110111011101011000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497855; }

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

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

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

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

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

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

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

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