Html Css Color HEX #49665C Stromboli

📋 copy color: '#49665C'

red 73 ◦ green 102 ◦ blue 92

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

Shades of Stromboli #49665C

Tints of Stromboli #49665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

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

R = 27.34%
G = 38.2%
B = 34.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#49665C (or 0x49665C) is known color: Stromboli. HEX triplet: 49, 66 and 5C. RGB value is (73,102,92). Sum of RGB (Red+Green+Blue) = 73+102+92=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #49665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49665C is #B699A3. Grayscale: #5C5C5C. Windows color (decimal): -11966884 or 6055497. OLE color: 6055497.

HSL color Cylindrical-coordinate representation of color #49665C: hue angle of 159.31º degrees, saturation: 0.17, 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 #49665C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 92 -
CMYK 0.28 0 0.10 0.6
HSL 159.31º 0.17% 0.34% -
HSV(B) 159.31º 0.28% 0.4% -
XYZ 9.43 11.69 11.88 -
YUV 92.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 73 102 92 0.28 0 0.10 0.6 159.31 0.17 0.34
Hex 49 66 5C 1C 0 A 3C 9F 11 22
Octal 111 146 134 34 0 12 74 237 21 42
Binary 1001001 1100110 1011100 11100 0 1010 111100 10011111 10001 100010

Color Harmonies of #49665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49665C

Black with #49665C

Text Example


Text Example

White with #49665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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