Html Css Color HEX #498964 Como

📋 copy color: '#498964'

red 73 ◦ green 137 ◦ blue 100

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

Shades of Como #498964

Tints of Como #498964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

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

R = 23.55%
G = 44.19%
B = 32.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#498964 (or 0x498964) is known color: Como. HEX triplet: 49, 89 and 64. RGB value is (73,137,100). Sum of RGB (Red+Green+Blue) = 73+137+100=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #498964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498964 is #B6769B. Grayscale: #717171. Windows color (decimal): -11957916 or 6588745. OLE color: 6588745.

HSL color Cylindrical-coordinate representation of color #498964: hue angle of 145.31º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498964 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 137 100 -
CMYK 0.47 0 0.27 0.46
HSL 145.31º 0.3% 0.41% -
HSV(B) 145.31º 0.47% 0.54% -
XYZ 13.99 20.23 15.22 -
YUV 113.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 73 137 100 0.47 0 0.27 0.46 145.31 0.3 0.41
Hex 49 89 64 2F 0 1B 2E 91 1E 29
Octal 111 211 144 57 0 33 56 221 36 51
Binary 1001001 10001001 1100100 101111 0 11011 101110 10010001 11110 101001

Color Harmonies of #498964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498964

Black with #498964

Text Example


Text Example

White with #498964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498964; }

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

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

background-color css

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

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

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

border-color css

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

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

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