Html Css Color HEX #49845B Como

📋 copy color: '#49845B'

red 73 ◦ green 132 ◦ blue 91

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

Shades of Como #49845B

Tints of Como #49845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 24.66%
G = 44.59%
B = 30.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#49845B (or 0x49845B) is known color: Como. HEX triplet: 49, 84 and 5B. RGB value is (73,132,91). Sum of RGB (Red+Green+Blue) = 73+132+91=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #49845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49845B is #B67BA4. Grayscale: #6D6D6D. Windows color (decimal): -11959205 or 5997641. OLE color: 5997641.

HSL color Cylindrical-coordinate representation of color #49845B: hue angle of 138.31º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49845B is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 91 -
CMYK 0.45 0 0.31 0.48
HSL 138.31º 0.29% 0.4% -
HSV(B) 138.31º 0.45% 0.52% -
XYZ 12.89 18.67 12.82 -
YUV 109.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 73 132 91 0.45 0 0.31 0.48 138.31 0.29 0.4
Hex 49 84 5B 2D 0 1F 30 8A 1D 28
Octal 111 204 133 55 0 37 60 212 35 50
Binary 1001001 10000100 1011011 101101 0 11111 110000 10001010 11101 101000

Color Harmonies of #49845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49845B

Black with #49845B

Text Example


Text Example

White with #49845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49845B; }

 p { color: rgb(73,132,91); }

 H1.HeaderClassName
 {
   color: #49845B;
 }
 .AnyTagClassName
 {
   color: #49845B;
 }
</style>

background-color css

<style>
 a { background-color: #49845B; }

 a { background-color: rgb(73,132,91); }

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

border-color css

<style>
 span { border-color: #49845B; }

 span { border-color: rgb(73,132,91); }

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