#49887B

Color #49887B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #49887B

Tints of Lochinvar #49887B

Color information

#49887B (or 0x49887B) is unknown color: approx Lochinvar. HEX triplet: 49, 88 and 7B. RGB value is (73,136,123). Sum of RGB (Red+Green+Blue) = 73+136+123=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #49887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49887B is #B67784. Grayscale: #737373. Windows color (decimal): -11958149 or 8095817. OLE color: 8095817.

HSL color Cylindrical-coordinate representation of color #49887B: hue angle of 167.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49887B is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB73136123-
CMYK0.4600.100.47
HSL167.62º30.14%40.98%-
HSV(B)167.62º46.32%53.33%-
XYZ15.1320.4521.89-
YUV115.68132.1397.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=21.99%
G=40.96%
B=37.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361230.4600.100.47167.6230.1440.98
Hex49887B2E0A2Fa81e29
Octal11121017356012572503651
Binary1001001100010001111011101110010101011111010100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,136,123); }

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

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

 a { background-color: rgb(73,136,123); }

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

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

 span { border-color: rgb(73,136,123); }

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