Html Css Color HEX #496F59 Como

📋 copy color: '#496F59'

red 73 ◦ green 111 ◦ blue 89

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

Shades of Como #496F59

Tints of Como #496F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 26.74%
G = 40.66%
B = 32.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#496F59 (or 0x496F59) is known color: Como. HEX triplet: 49, 6F and 59. RGB value is (73,111,89). Sum of RGB (Red+Green+Blue) = 73+111+89=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #496F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F59 is #B690A6. Grayscale: #616161. Windows color (decimal): -11964583 or 5861193. OLE color: 5861193.

HSL color Cylindrical-coordinate representation of color #496F59: hue angle of 145.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F59 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 89 -
CMYK 0.34 0 0.20 0.56
HSL 145.26º 0.21% 0.36% -
HSV(B) 145.26º 0.34% 0.44% -
XYZ 10.24 13.51 11.52 -
YUV 97.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 73 111 89 0.34 0 0.20 0.56 145.26 0.21 0.36
Hex 49 6F 59 22 0 14 38 91 15 24
Octal 111 157 131 42 0 24 70 221 25 44
Binary 1001001 1101111 1011001 100010 0 10100 111000 10010001 10101 100100

Color Harmonies of #496F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F59

Black with #496F59

Text Example


Text Example

White with #496F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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