#44887B

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

Shades of Lochinvar #44887B

Tints of Lochinvar #44887B

Color information

#44887B (or 0x44887B) is unknown color: approx Lochinvar. HEX triplet: 44, 88 and 7B. RGB value is (68,136,123). Sum of RGB (Red+Green+Blue) = 68+136+123=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #44887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44887B is #BB7784. Grayscale: #727272. Windows color (decimal): -12285829 or 8095812. OLE color: 8095812.

HSL color Cylindrical-coordinate representation of color #44887B: hue angle of 168.53º 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 #44887B is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB68136123-
CMYK0.5000.100.47
HSL168.53º33.33%40%-
HSV(B)168.53º50%53.33%-
XYZ14.7620.2721.87-
YUV114.19132.9795.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=20.80%
G=41.59%
B=37.61%

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
Decimal681361230.5000.100.47168.5333.3340
Hex44887B320A2Fa92128
Octal10421017362012572514150
Binary10001001000100011110111100100101010111110101001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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