Html Css Color HEX #498461 Como

📋 copy color: '#498461'

red 73 ◦ green 132 ◦ blue 97

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

Shades of Como #498461

Tints of Como #498461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

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

R = 24.17%
G = 43.71%
B = 32.12%

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

#498461 (or 0x498461) is known color: Como. HEX triplet: 49, 84 and 61. RGB value is (73,132,97). Sum of RGB (Red+Green+Blue) = 73+132+97=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #498461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498461 is #B67B9E. Grayscale: #6E6E6E. Windows color (decimal): -11959199 or 6390857. OLE color: 6390857.

HSL color Cylindrical-coordinate representation of color #498461: hue angle of 144.41º 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 #498461 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 97 -
CMYK 0.45 0 0.27 0.48
HSL 144.41º 0.29% 0.4% -
HSV(B) 144.41º 0.45% 0.52% -
XYZ 13.16 18.78 14.24 -
YUV 110.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 73 132 97 0.45 0 0.27 0.48 144.41 0.29 0.4
Hex 49 84 61 2D 0 1B 30 90 1D 28
Octal 111 204 141 55 0 33 60 220 35 50
Binary 1001001 10000100 1100001 101101 0 11011 110000 10010000 11101 101000

Color Harmonies of #498461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498461

Black with #498461

Text Example


Text Example

White with #498461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498461; }

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

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

background-color css

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

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

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

border-color css

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

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

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