Html Css Color HEX #49655C Stromboli

📋 copy color: '#49655C'

red 73 ◦ green 101 ◦ blue 92

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

Shades of Stromboli #49655C

Tints of Stromboli #49655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 27.44%
G = 37.97%
B = 34.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#49655C (or 0x49655C) is known color: Stromboli. HEX triplet: 49, 65 and 5C. RGB value is (73,101,92). Sum of RGB (Red+Green+Blue) = 73+101+92=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #49655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49655C is #B69AA3. Grayscale: #5B5B5B. Windows color (decimal): -11967140 or 6055241. OLE color: 6055241.

HSL color Cylindrical-coordinate representation of color #49655C: hue angle of 160.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49655C is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 92 -
CMYK 0.28 0 0.09 0.60
HSL 160.71º 0.16% 0.34% -
HSV(B) 160.71º 0.28% 0.4% -
XYZ 9.33 11.5 11.85 -
YUV 91.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 73 101 92 0.28 0 0.09 0.60 160.71 0.16 0.34
Hex 49 65 5C 1C 0 9 3C A1 10 22
Octal 111 145 134 34 0 11 74 241 20 42
Binary 1001001 1100101 1011100 11100 0 1001 111100 10100001 10000 100010

Color Harmonies of #49655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49655C

Black with #49655C

Text Example


Text Example

White with #49655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49655C; }

 p { color: rgb(73,101,92); }

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

background-color css

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

 a { background-color: rgb(73,101,92); }

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

border-color css

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

 span { border-color: rgb(73,101,92); }

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