Html Css Color HEX #49695F Stromboli

📋 copy color: '#49695F'

red 73 ◦ green 105 ◦ blue 95

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

Shades of Stromboli #49695F

Tints of Stromboli #49695F

RGB

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

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

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

R = 26.74%
G = 38.46%
B = 34.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#49695F (or 0x49695F) is known color: Stromboli. HEX triplet: 49, 69 and 5F. RGB value is (73,105,95). Sum of RGB (Red+Green+Blue) = 73+105+95=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #49695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695F is #B696A0. Grayscale: #5E5E5E. Windows color (decimal): -11966113 or 6252873. OLE color: 6252873.

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

Color convert

RGB 73 105 95 -
CMYK 0.30 0 0.10 0.59
HSL 161.25º 0.18% 0.35% -
HSV(B) 161.25º 0.3% 0.41% -
XYZ 9.86 12.35 12.69 -
YUV 94.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 73 105 95 0.30 0 0.10 0.59 161.25 0.18 0.35
Hex 49 69 5F 1E 0 A 3B A1 12 23
Octal 111 151 137 36 0 12 73 241 22 43
Binary 1001001 1101001 1011111 11110 0 1010 111011 10100001 10010 100011

Color Harmonies of #49695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49695F

Black with #49695F

Text Example


Text Example

White with #49695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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