Html Css Color HEX #496F60 Stromboli

📋 copy color: '#496F60'

red 73 ◦ green 111 ◦ blue 96

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

Shades of Stromboli #496F60

Tints of Stromboli #496F60

RGB

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

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

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

R = 26.07%
G = 39.64%
B = 34.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#496F60 (or 0x496F60) is known color: Stromboli. HEX triplet: 49, 6F and 60. RGB value is (73,111,96). Sum of RGB (Red+Green+Blue) = 73+111+96=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #496F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F60 is #B6909F. Grayscale: #616161. Windows color (decimal): -11964576 or 6319945. OLE color: 6319945.

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

Color convert

RGB 73 111 96 -
CMYK 0.34 0 0.14 0.56
HSL 156.32º 0.21% 0.36% -
HSV(B) 156.32º 0.34% 0.44% -
XYZ 10.54 13.63 13.14 -
YUV 97.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 73 111 96 0.34 0 0.14 0.56 156.32 0.21 0.36
Hex 49 6F 60 22 0 E 38 9C 15 24
Octal 111 157 140 42 0 16 70 234 25 44
Binary 1001001 1101111 1100000 100010 0 1110 111000 10011100 10101 100100

Color Harmonies of #496F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F60

Black with #496F60

Text Example


Text Example

White with #496F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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