Html Css Color HEX #496B60 Stromboli

📋 copy color: '#496B60'

red 73 ◦ green 107 ◦ blue 96

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

Shades of Stromboli #496B60

Tints of Stromboli #496B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.77%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 26.45%
G = 38.77%
B = 34.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#496B60 (or 0x496B60) is known color: Stromboli. HEX triplet: 49, 6B and 60. RGB value is (73,107,96). Sum of RGB (Red+Green+Blue) = 73+107+96=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #496B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B60 is #B6949F. Grayscale: #5F5F5F. Windows color (decimal): -11965600 or 6318921. OLE color: 6318921.

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

Color convert

RGB 73 107 96 -
CMYK 0.32 0 0.10 0.58
HSL 160.59º 0.19% 0.35% -
HSV(B) 160.59º 0.32% 0.42% -
XYZ 10.12 12.78 13 -
YUV 95.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 73 107 96 0.32 0 0.10 0.58 160.59 0.19 0.35
Hex 49 6B 60 20 0 A 3A A1 13 23
Octal 111 153 140 40 0 12 72 241 23 43
Binary 1001001 1101011 1100000 100000 0 1010 111010 10100001 10011 100011

Color Harmonies of #496B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B60

Black with #496B60

Text Example


Text Example

White with #496B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,96); }

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

background-color css

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

 a { background-color: rgb(73,107,96); }

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

border-color css

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

 span { border-color: rgb(73,107,96); }

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