Html Css Color HEX #498660 Como

📋 copy color: '#498660'

red 73 ◦ green 134 ◦ blue 96

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

Shades of Como #498660

Tints of Como #498660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 24.09%
G = 44.22%
B = 31.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#498660 (or 0x498660) is known color: Como. HEX triplet: 49, 86 and 60. RGB value is (73,134,96). Sum of RGB (Red+Green+Blue) = 73+134+96=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #498660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498660 is #B6799F. Grayscale: #6F6F6F. Windows color (decimal): -11958688 or 6325833. OLE color: 6325833.

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

Color convert

RGB 73 134 96 -
CMYK 0.46 0 0.28 0.47
HSL 142.62º 0.29% 0.41% -
HSV(B) 142.62º 0.46% 0.53% -
XYZ 13.38 19.31 14.09 -
YUV 111.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 73 134 96 0.46 0 0.28 0.47 142.62 0.29 0.41
Hex 49 86 60 2E 0 1C 2F 8F 1D 29
Octal 111 206 140 56 0 34 57 217 35 51
Binary 1001001 10000110 1100000 101110 0 11100 101111 10001111 11101 101001

Color Harmonies of #498660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498660

Black with #498660

Text Example


Text Example

White with #498660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498660; }

 p { color: rgb(73,134,96); }

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

background-color css

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

 a { background-color: rgb(73,134,96); }

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

border-color css

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

 span { border-color: rgb(73,134,96); }

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