Html Css Color HEX #498366 Como

📋 copy color: '#498366'

red 73 ◦ green 131 ◦ blue 102

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

Shades of Como #498366

Tints of Como #498366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 23.86%
G = 42.81%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#498366 (or 0x498366) is known color: Como. HEX triplet: 49, 83 and 66. RGB value is (73,131,102). Sum of RGB (Red+Green+Blue) = 73+131+102=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #498366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498366 is #B67C99. Grayscale: #6E6E6E. Windows color (decimal): -11959450 or 6718281. OLE color: 6718281.

HSL color Cylindrical-coordinate representation of color #498366: hue angle of 150º 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 #498366 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 102 -
CMYK 0.44 0 0.22 0.49
HSL 150º 0.28% 0.4% -
HSV(B) 150º 0.44% 0.51% -
XYZ 13.26 18.61 15.46 -
YUV 110.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 73 131 102 0.44 0 0.22 0.49 150 0.28 0.4
Hex 49 83 66 2C 0 16 31 96 1C 28
Octal 111 203 146 54 0 26 61 226 34 50
Binary 1001001 10000011 1100110 101100 0 10110 110001 10010110 11100 101000

Color Harmonies of #498366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498366

Black with #498366

Text Example


Text Example

White with #498366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498366; }

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

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

background-color css

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

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

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

border-color css

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

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

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