Html Css Color HEX #496960 Stromboli

📋 copy color: '#496960'

red 73 ◦ green 105 ◦ blue 96

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

Shades of Stromboli #496960

Tints of Stromboli #496960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 26.64%
G = 38.32%
B = 35.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#496960 (or 0x496960) is known color: Stromboli. HEX triplet: 49, 69 and 60. RGB value is (73,105,96). Sum of RGB (Red+Green+Blue) = 73+105+96=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #496960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496960 is #B6969F. Grayscale: #5E5E5E. Windows color (decimal): -11966112 or 6318409. OLE color: 6318409.

HSL color Cylindrical-coordinate representation of color #496960: hue angle of 163.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496960 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 96 -
CMYK 0.30 0 0.09 0.59
HSL 163.13º 0.18% 0.35% -
HSV(B) 163.13º 0.3% 0.41% -
XYZ 9.91 12.36 12.93 -
YUV 94.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 73 105 96 0.30 0 0.09 0.59 163.13 0.18 0.35
Hex 49 69 60 1E 0 9 3B A3 12 23
Octal 111 151 140 36 0 11 73 243 22 43
Binary 1001001 1101001 1100000 11110 0 1001 111011 10100011 10010 100011

Color Harmonies of #496960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496960

Black with #496960

Text Example


Text Example

White with #496960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496960; }

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

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

background-color css

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

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

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

border-color css

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

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

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