#49855F

Color #49855F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #49855F

Tints of Como #49855F

Color information

#49855F (or 0x49855F) is unknown color: approx Como. HEX triplet: 49, 85 and 5F. RGB value is (73,133,95). Sum of RGB (Red+Green+Blue) = 73+133+95=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #49855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49855F is #B67AA0. Grayscale: #6E6E6E. Windows color (decimal): -11958945 or 6260041. OLE color: 6260041.

HSL color Cylindrical-coordinate representation of color #49855F: hue angle of 142º 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 #49855F is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB7313395-
CMYK0.4500.290.48
HSL142º29.13%40.39%-
HSV(B)142º45.11%52.16%-
XYZ13.219.0213.8-
YUV110.73119.12101.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=24.25%
G=44.19%
B=31.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73133950.4500.290.4814229.1340.39
Hex49855F2D01D308e1d28
Octal11120513755035602163550
Binary10010011000010110111111011010111011100001000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49855F;
 }
 .AnyTagClassName
 {
   color: #49855F;
 }
</style>
background-color css

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

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

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

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

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

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