#498A67

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

Shades of Como #498A67

Tints of Como #498A67

Color information

#498A67 (or 0x498A67) is unknown color: approx Como. HEX triplet: 49, 8A and 67. RGB value is (73,138,103). Sum of RGB (Red+Green+Blue) = 73+138+103=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #498A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A67 is #B67598. Grayscale: #727272. Windows color (decimal): -11957657 or 6785609. OLE color: 6785609.

HSL color Cylindrical-coordinate representation of color #498A67: hue angle of 147.69º degrees, saturation: 0.31, 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 #498A67 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB73138103-
CMYK0.4700.250.46
HSL147.69º30.81%41.37%-
HSV(B)147.69º47.1%54.12%-
XYZ14.2820.5716.05-
YUV114.58121.4798.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=23.25%
G=43.95%
B=32.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731381030.4700.250.46147.6930.8141.37
Hex498A672F0192E941f29
Octal11121214757031562243751
Binary10010011000101011001111011110110011011101001010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498A67; }

 p { color: rgb(73,138,103); }

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

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

 a { background-color: rgb(73,138,103); }

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

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

 span { border-color: rgb(73,138,103); }

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