Html Css Color HEX #498364 Como

📋 copy color: '#498364'

red 73 ◦ green 131 ◦ blue 100

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

Shades of Como #498364

Tints of Como #498364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 24.01%
G = 43.09%
B = 32.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#498364 (or 0x498364) is known color: Como. HEX triplet: 49, 83 and 64. RGB value is (73,131,100). Sum of RGB (Red+Green+Blue) = 73+131+100=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #498364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498364 is #B67C9B. Grayscale: #6E6E6E. Windows color (decimal): -11959452 or 6587209. OLE color: 6587209.

HSL color Cylindrical-coordinate representation of color #498364: hue angle of 147.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498364 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 100 -
CMYK 0.44 0 0.24 0.49
HSL 147.93º 0.28% 0.4% -
HSV(B) 147.93º 0.44% 0.51% -
XYZ 13.16 18.57 14.95 -
YUV 110.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 73 131 100 0.44 0 0.24 0.49 147.93 0.28 0.4
Hex 49 83 64 2C 0 18 31 94 1C 28
Octal 111 203 144 54 0 30 61 224 34 50
Binary 1001001 10000011 1100100 101100 0 11000 110001 10010100 11100 101000

Color Harmonies of #498364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498364

Black with #498364

Text Example


Text Example

White with #498364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498364; }

 p { color: rgb(73,131,100); }

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

background-color css

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

 a { background-color: rgb(73,131,100); }

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

border-color css

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

 span { border-color: rgb(73,131,100); }

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