Html Css Color HEX #498162 Como

📋 copy color: '#498162'

red 73 ◦ green 129 ◦ blue 98

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

Shades of Como #498162

Tints of Como #498162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 24.33%
G = 43%
B = 32.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#498162 (or 0x498162) is known color: Como. HEX triplet: 49, 81 and 62. RGB value is (73,129,98). Sum of RGB (Red+Green+Blue) = 73+129+98=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #498162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498162 is #B67E9D. Grayscale: #6C6C6C. Windows color (decimal): -11959966 or 6455625. OLE color: 6455625.

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

Color convert

RGB 73 129 98 -
CMYK 0.43 0 0.24 0.49
HSL 146.79º 0.28% 0.4% -
HSV(B) 146.79º 0.43% 0.51% -
XYZ 12.8 18 14.35 -
YUV 108.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 73 129 98 0.43 0 0.24 0.49 146.79 0.28 0.4
Hex 49 81 62 2B 0 18 31 93 1C 28
Octal 111 201 142 53 0 30 61 223 34 50
Binary 1001001 10000001 1100010 101011 0 11000 110001 10010011 11100 101000

Color Harmonies of #498162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498162

Black with #498162

Text Example


Text Example

White with #498162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498162; }

 p { color: rgb(73,129,98); }

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

background-color css

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

 a { background-color: rgb(73,129,98); }

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

border-color css

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

 span { border-color: rgb(73,129,98); }

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