Html Css Color HEX #498561 Como

📋 copy color: '#498561'

red 73 ◦ green 133 ◦ blue 97

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

Shades of Como #498561

Tints of Como #498561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 24.09%
G = 43.89%
B = 32.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#498561 (or 0x498561) is known color: Como. HEX triplet: 49, 85 and 61. RGB value is (73,133,97). Sum of RGB (Red+Green+Blue) = 73+133+97=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #498561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498561 is #B67A9E. Grayscale: #6F6F6F. Windows color (decimal): -11958943 or 6391113. OLE color: 6391113.

HSL color Cylindrical-coordinate representation of color #498561: hue angle of 144º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498561 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 97 -
CMYK 0.45 0 0.27 0.48
HSL 144º 0.29% 0.4% -
HSV(B) 144º 0.45% 0.52% -
XYZ 13.29 19.05 14.29 -
YUV 110.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 73 133 97 0.45 0 0.27 0.48 144 0.29 0.4
Hex 49 85 61 2D 0 1B 30 90 1D 28
Octal 111 205 141 55 0 33 60 220 35 50
Binary 1001001 10000101 1100001 101101 0 11011 110000 10010000 11101 101000

Color Harmonies of #498561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498561

Black with #498561

Text Example


Text Example

White with #498561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498561; }

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

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

background-color css

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

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

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

border-color css

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

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

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