Html Css Color HEX #498065 Como

📋 copy color: '#498065'

red 73 ◦ green 128 ◦ blue 101

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

Shades of Como #498065

Tints of Como #498065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 24.17%
G = 42.38%
B = 33.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#498065 (or 0x498065) is known color: Como. HEX triplet: 49, 80 and 65. RGB value is (73,128,101). Sum of RGB (Red+Green+Blue) = 73+128+101=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #498065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498065 is #B67F9A. Grayscale: #6C6C6C. Windows color (decimal): -11960219 or 6651977. OLE color: 6651977.

HSL color Cylindrical-coordinate representation of color #498065: hue angle of 150.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498065 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 101 -
CMYK 0.43 0 0.21 0.50
HSL 150.55º 0.27% 0.39% -
HSV(B) 150.55º 0.43% 0.5% -
XYZ 12.82 17.79 15.07 -
YUV 108.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 73 128 101 0.43 0 0.21 0.50 150.55 0.27 0.39
Hex 49 80 65 2B 0 15 32 97 1B 27
Octal 111 200 145 53 0 25 62 227 33 47
Binary 1001001 10000000 1100101 101011 0 10101 110010 10010111 11011 100111

Color Harmonies of #498065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498065

Black with #498065

Text Example


Text Example

White with #498065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498065; }

 p { color: rgb(73,128,101); }

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

background-color css

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

 a { background-color: rgb(73,128,101); }

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

border-color css

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

 span { border-color: rgb(73,128,101); }

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