Html Css Color HEX #497262 Stromboli

📋 copy color: '#497262'

red 73 ◦ green 114 ◦ blue 98

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

Shades of Stromboli #497262

Tints of Stromboli #497262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 25.61%
G = 40%
B = 34.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#497262 (or 0x497262) is known color: Stromboli. HEX triplet: 49, 72 and 62. RGB value is (73,114,98). Sum of RGB (Red+Green+Blue) = 73+114+98=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #497262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497262 is #B68D9D. Grayscale: #636363. Windows color (decimal): -11963806 or 6451785. OLE color: 6451785.

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

Color convert

RGB 73 114 98 -
CMYK 0.36 0 0.14 0.55
HSL 156.59º 0.22% 0.37% -
HSV(B) 156.59º 0.36% 0.45% -
XYZ 10.97 14.33 13.74 -
YUV 99.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 73 114 98 0.36 0 0.14 0.55 156.59 0.22 0.37
Hex 49 72 62 24 0 E 37 9D 16 25
Octal 111 162 142 44 0 16 67 235 26 45
Binary 1001001 1110010 1100010 100100 0 1110 110111 10011101 10110 100101

Color Harmonies of #497262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497262

Black with #497262

Text Example


Text Example

White with #497262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497262; }

 p { color: rgb(73,114,98); }

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

background-color css

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

 a { background-color: rgb(73,114,98); }

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

border-color css

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

 span { border-color: rgb(73,114,98); }

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