Html Css Color HEX #49635A Stromboli

📋 copy color: '#49635A'

red 73 ◦ green 99 ◦ blue 90

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

Shades of Stromboli #49635A

Tints of Stromboli #49635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 27.86%
G = 37.79%
B = 34.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#49635A (or 0x49635A) is known color: Stromboli. HEX triplet: 49, 63 and 5A. RGB value is (73,99,90). Sum of RGB (Red+Green+Blue) = 73+99+90=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #49635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635A is #B69CA5. Grayscale: #5A5A5A. Windows color (decimal): -11967654 or 5923657. OLE color: 5923657.

HSL color Cylindrical-coordinate representation of color #49635A: hue angle of 159.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49635A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 90 -
CMYK 0.26 0 0.09 0.61
HSL 159.23º 0.15% 0.34% -
HSV(B) 159.23º 0.26% 0.39% -
XYZ 9.05 11.08 11.33 -
YUV 90.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 73 99 90 0.26 0 0.09 0.61 159.23 0.15 0.34
Hex 49 63 5A 1A 0 9 3D 9F F 22
Octal 111 143 132 32 0 11 75 237 17 42
Binary 1001001 1100011 1011010 11010 0 1001 111101 10011111 1111 100010

Color Harmonies of #49635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49635A

Black with #49635A

Text Example


Text Example

White with #49635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49635A; }

 p { color: rgb(73,99,90); }

 H1.HeaderClassName
 {
   color: #49635A;
 }
 .AnyTagClassName
 {
   color: #49635A;
 }
</style>

background-color css

<style>
 a { background-color: #49635A; }

 a { background-color: rgb(73,99,90); }

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

border-color css

<style>
 span { border-color: #49635A; }

 span { border-color: rgb(73,99,90); }

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