Html Css Color HEX #496A60 Stromboli

📋 copy color: '#496A60'

red 73 ◦ green 106 ◦ blue 96

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

Shades of Stromboli #496A60

Tints of Stromboli #496A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

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

R = 26.55%
G = 38.55%
B = 34.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#496A60 (or 0x496A60) is known color: Stromboli. HEX triplet: 49, 6A and 60. RGB value is (73,106,96). Sum of RGB (Red+Green+Blue) = 73+106+96=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #496A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A60 is #B6959F. Grayscale: #5F5F5F. Windows color (decimal): -11965856 or 6318665. OLE color: 6318665.

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

Color convert

RGB 73 106 96 -
CMYK 0.31 0 0.09 0.58
HSL 161.82º 0.18% 0.35% -
HSV(B) 161.82º 0.31% 0.42% -
XYZ 10.01 12.57 12.96 -
YUV 94.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 73 106 96 0.31 0 0.09 0.58 161.82 0.18 0.35
Hex 49 6A 60 1F 0 9 3A A2 12 23
Octal 111 152 140 37 0 11 72 242 22 43
Binary 1001001 1101010 1100000 11111 0 1001 111010 10100010 10010 100011

Color Harmonies of #496A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A60

Black with #496A60

Text Example


Text Example

White with #496A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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