Html Css Color HEX #497161 Stromboli

📋 copy color: '#497161'

red 73 ◦ green 113 ◦ blue 97

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

Shades of Stromboli #497161

Tints of Stromboli #497161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 25.8%
G = 39.93%
B = 34.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#497161 (or 0x497161) is known color: Stromboli. HEX triplet: 49, 71 and 61. RGB value is (73,113,97). Sum of RGB (Red+Green+Blue) = 73+113+97=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #497161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497161 is #B68E9E. Grayscale: #636363. Windows color (decimal): -11964063 or 6385993. OLE color: 6385993.

HSL color Cylindrical-coordinate representation of color #497161: hue angle of 156º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497161 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 97 -
CMYK 0.35 0 0.14 0.56
HSL 156º 0.22% 0.36% -
HSV(B) 156º 0.35% 0.44% -
XYZ 10.81 14.09 13.46 -
YUV 99.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 73 113 97 0.35 0 0.14 0.56 156 0.22 0.36
Hex 49 71 61 23 0 E 38 9C 16 24
Octal 111 161 141 43 0 16 70 234 26 44
Binary 1001001 1110001 1100001 100011 0 1110 111000 10011100 10110 100100

Color Harmonies of #497161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497161

Black with #497161

Text Example


Text Example

White with #497161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497161; }

 p { color: rgb(73,113,97); }

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

background-color css

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

 a { background-color: rgb(73,113,97); }

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

border-color css

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

 span { border-color: rgb(73,113,97); }

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