Html Css Color HEX #49685F Stromboli

📋 copy color: '#49685F'

red 73 ◦ green 104 ◦ blue 95

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

Shades of Stromboli #49685F

Tints of Stromboli #49685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 95 (37.5% from 255) = 34.93%

R = 26.84%
G = 38.24%
B = 34.93%

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

#49685F (or 0x49685F) is known color: Stromboli. HEX triplet: 49, 68 and 5F. RGB value is (73,104,95). Sum of RGB (Red+Green+Blue) = 73+104+95=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #49685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685F is #B697A0. Grayscale: #5D5D5D. Windows color (decimal): -11966369 or 6252617. OLE color: 6252617.

HSL color Cylindrical-coordinate representation of color #49685F: hue angle of 162.58º 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 #49685F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 95 -
CMYK 0.30 0 0.09 0.59
HSL 162.58º 0.18% 0.35% -
HSV(B) 162.58º 0.3% 0.41% -
XYZ 9.76 12.14 12.66 -
YUV 93.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 73 104 95 0.30 0 0.09 0.59 162.58 0.18 0.35
Hex 49 68 5F 1E 0 9 3B A3 12 23
Octal 111 150 137 36 0 11 73 243 22 43
Binary 1001001 1101000 1011111 11110 0 1001 111011 10100011 10010 100011

Color Harmonies of #49685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49685F

Black with #49685F

Text Example


Text Example

White with #49685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49685F; }

 p { color: rgb(73,104,95); }

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

background-color css

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

 a { background-color: rgb(73,104,95); }

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

border-color css

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

 span { border-color: rgb(73,104,95); }

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