Html Css Color HEX #49685D Stromboli

📋 copy color: '#49685D'

red 73 ◦ green 104 ◦ blue 93

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

Shades of Stromboli #49685D

Tints of Stromboli #49685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 27.04%
G = 38.52%
B = 34.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#49685D (or 0x49685D) is known color: Stromboli. HEX triplet: 49, 68 and 5D. RGB value is (73,104,93). Sum of RGB (Red+Green+Blue) = 73+104+93=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #49685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685D is #B697A2. Grayscale: #5D5D5D. Windows color (decimal): -11966371 or 6121545. OLE color: 6121545.

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

Color convert

RGB 73 104 93 -
CMYK 0.30 0 0.11 0.59
HSL 158.71º 0.18% 0.35% -
HSV(B) 158.71º 0.3% 0.41% -
XYZ 9.67 12.11 12.18 -
YUV 93.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 73 104 93 0.30 0 0.11 0.59 158.71 0.18 0.35
Hex 49 68 5D 1E 0 B 3B 9F 12 23
Octal 111 150 135 36 0 13 73 237 22 43
Binary 1001001 1101000 1011101 11110 0 1011 111011 10011111 10010 100011

Color Harmonies of #49685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49685D

Black with #49685D

Text Example


Text Example

White with #49685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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