Html Css Color HEX #496C60 Stromboli

📋 copy color: '#496C60'

red 73 ◦ green 108 ◦ blue 96

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

Shades of Stromboli #496C60

Tints of Stromboli #496C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.99%

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

R = 26.35%
G = 38.99%
B = 34.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#496C60 (or 0x496C60) is known color: Stromboli. HEX triplet: 49, 6C and 60. RGB value is (73,108,96). Sum of RGB (Red+Green+Blue) = 73+108+96=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #496C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C60 is #B6939F. Grayscale: #606060. Windows color (decimal): -11965344 or 6319177. OLE color: 6319177.

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

Color convert

RGB 73 108 96 -
CMYK 0.32 0 0.11 0.58
HSL 159.43º 0.19% 0.35% -
HSV(B) 159.43º 0.32% 0.42% -
XYZ 10.22 12.99 13.03 -
YUV 96.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 73 108 96 0.32 0 0.11 0.58 159.43 0.19 0.35
Hex 49 6C 60 20 0 B 3A 9F 13 23
Octal 111 154 140 40 0 13 72 237 23 43
Binary 1001001 1101100 1100000 100000 0 1011 111010 10011111 10011 100011

Color Harmonies of #496C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C60

Black with #496C60

Text Example


Text Example

White with #496C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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