Html Css Color HEX #496F5B Como

📋 copy color: '#496F5B'

red 73 ◦ green 111 ◦ blue 91

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

Shades of Como #496F5B

Tints of Como #496F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 26.55%
G = 40.36%
B = 33.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#496F5B (or 0x496F5B) is known color: Como. HEX triplet: 49, 6F and 5B. RGB value is (73,111,91). Sum of RGB (Red+Green+Blue) = 73+111+91=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #496F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F5B is #B690A4. Grayscale: #616161. Windows color (decimal): -11964581 or 5992265. OLE color: 5992265.

HSL color Cylindrical-coordinate representation of color #496F5B: hue angle of 148.42º 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 #496F5B is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 91 -
CMYK 0.34 0 0.18 0.56
HSL 148.42º 0.21% 0.36% -
HSV(B) 148.42º 0.34% 0.44% -
XYZ 10.32 13.54 11.97 -
YUV 97.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 73 111 91 0.34 0 0.18 0.56 148.42 0.21 0.36
Hex 49 6F 5B 22 0 12 38 94 15 24
Octal 111 157 133 42 0 22 70 224 25 44
Binary 1001001 1101111 1011011 100010 0 10010 111000 10010100 10101 100100

Color Harmonies of #496F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F5B

Black with #496F5B

Text Example


Text Example

White with #496F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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