#498961

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

Shades of Como #498961

Tints of Como #498961

Color information

#498961 (or 0x498961) is unknown color: approx Como. HEX triplet: 49, 89 and 61. RGB value is (73,137,97). Sum of RGB (Red+Green+Blue) = 73+137+97=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #498961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498961 is #B6769E. Grayscale: #717171. Windows color (decimal): -11957919 or 6392137. OLE color: 6392137.

HSL color Cylindrical-coordinate representation of color #498961: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498961 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB7313797-
CMYK0.4700.290.46
HSL142.5º30.48%41.18%-
HSV(B)142.5º46.72%53.73%-
XYZ13.8520.1714.47-
YUV113.3118.899.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=23.78%
G=44.63%
B=31.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137970.4700.290.46142.530.4841.18
Hex4989612F01D2E8e1e29
Octal11121114157035562163651
Binary10010011000100111000011011110111011011101000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498961; }

 p { color: rgb(73,137,97); }

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

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

 a { background-color: rgb(73,137,97); }

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

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

 span { border-color: rgb(73,137,97); }

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