Html Css Color HEX #496C59 Como

📋 copy color: '#496C59'

red 73 ◦ green 108 ◦ blue 89

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

Shades of Como #496C59

Tints of Como #496C59

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

 BLUE value IS 89 (35.16% from 255) = 32.96%

R = 27.04%
G = 40%
B = 32.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#496C59 (or 0x496C59) is known color: Como. HEX triplet: 49, 6C and 59. RGB value is (73,108,89). Sum of RGB (Red+Green+Blue) = 73+108+89=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #496C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C59 is #B693A6. Grayscale: #5F5F5F. Windows color (decimal): -11965351 or 5860425. OLE color: 5860425.

HSL color Cylindrical-coordinate representation of color #496C59: hue angle of 147.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C59 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 89 -
CMYK 0.32 0 0.18 0.58
HSL 147.43º 0.19% 0.35% -
HSV(B) 147.43º 0.32% 0.42% -
XYZ 9.91 12.86 11.41 -
YUV 95.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 73 108 89 0.32 0 0.18 0.58 147.43 0.19 0.35
Hex 49 6C 59 20 0 12 3A 93 13 23
Octal 111 154 131 40 0 22 72 223 23 43
Binary 1001001 1101100 1011001 100000 0 10010 111010 10010011 10011 100011

Color Harmonies of #496C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C59

Black with #496C59

Text Example


Text Example

White with #496C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496C59; }

 p { color: rgb(73,108,89); }

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

background-color css

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

 a { background-color: rgb(73,108,89); }

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

border-color css

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

 span { border-color: rgb(73,108,89); }

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