#44887A

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

Shades of Lochinvar #44887A

Tints of Lochinvar #44887A

Color information

#44887A (or 0x44887A) is unknown color: approx Lochinvar. HEX triplet: 44, 88 and 7A. RGB value is (68,136,122). Sum of RGB (Red+Green+Blue) = 68+136+122=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #44887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44887A is #BB7785. Grayscale: #727272. Windows color (decimal): -12285830 or 8030276. OLE color: 8030276.

HSL color Cylindrical-coordinate representation of color #44887A: hue angle of 167.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44887A is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB68136122-
CMYK0.5000.100.47
HSL167.65º33.33%40%-
HSV(B)167.65º50%53.33%-
XYZ14.720.2421.54-
YUV114.07132.4795.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=20.86%
G=41.72%
B=37.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681361220.5000.100.47167.6533.3340
Hex44887A320A2Fa82128
Octal10421017262012572504150
Binary10001001000100011110101100100101010111110101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,136,122); }

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

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

 a { background-color: rgb(68,136,122); }

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

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

 span { border-color: rgb(68,136,122); }

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