Html Css Color HEX #49695D Stromboli

📋 copy color: '#49695D'

red 73 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #49695D

Tints of Stromboli #49695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 26.94%
G = 38.75%
B = 34.32%

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

#49695D (or 0x49695D) is known color: Stromboli. HEX triplet: 49, 69 and 5D. RGB value is (73,105,93). Sum of RGB (Red+Green+Blue) = 73+105+93=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #49695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695D is #B696A2. Grayscale: #5E5E5E. Windows color (decimal): -11966115 or 6121801. OLE color: 6121801.

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

Color convert

RGB 73 105 93 -
CMYK 0.30 0 0.11 0.59
HSL 157.5º 0.18% 0.35% -
HSV(B) 157.5º 0.3% 0.41% -
XYZ 9.78 12.31 12.22 -
YUV 94.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 73 105 93 0.30 0 0.11 0.59 157.5 0.18 0.35
Hex 49 69 5D 1E 0 B 3B 9E 12 23
Octal 111 151 135 36 0 13 73 236 22 43
Binary 1001001 1101001 1011101 11110 0 1011 111011 10011110 10010 100011

Color Harmonies of #49695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49695D

Black with #49695D

Text Example


Text Example

White with #49695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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