Html Css Color HEX #496C56 Como

📋 copy color: '#496C56'

red 73 ◦ green 108 ◦ blue 86

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

Shades of Como #496C56

Tints of Como #496C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 27.34%
G = 40.45%
B = 32.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#496C56 (or 0x496C56) is known color: Como. HEX triplet: 49, 6C and 56. RGB value is (73,108,86). Sum of RGB (Red+Green+Blue) = 73+108+86=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #496C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C56 is #B693A9. Grayscale: #5F5F5F. Windows color (decimal): -11965354 or 5663817. OLE color: 5663817.

HSL color Cylindrical-coordinate representation of color #496C56: hue angle of 142.29º 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 #496C56 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 86 -
CMYK 0.32 0 0.20 0.58
HSL 142.29º 0.19% 0.35% -
HSV(B) 142.29º 0.32% 0.42% -
XYZ 9.79 12.81 10.76 -
YUV 95.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 73 108 86 0.32 0 0.20 0.58 142.29 0.19 0.35
Hex 49 6C 56 20 0 14 3A 8E 13 23
Octal 111 154 126 40 0 24 72 216 23 43
Binary 1001001 1101100 1010110 100000 0 10100 111010 10001110 10011 100011

Color Harmonies of #496C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C56

Black with #496C56

Text Example


Text Example

White with #496C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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