#44877A

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

Shades of Lochinvar #44877A

Tints of Lochinvar #44877A

Color information

#44877A (or 0x44877A) is unknown color: approx Lochinvar. HEX triplet: 44, 87 and 7A. RGB value is (68,135,122). Sum of RGB (Red+Green+Blue) = 68+135+122=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #44877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44877A is #BB7885. Grayscale: #717171. Windows color (decimal): -12286086 or 8030020. OLE color: 8030020.

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

Color convert

RGB68135122-
CMYK0.5000.100.47
HSL168.36º33%39.8%-
HSV(B)168.36º49.63%52.94%-
XYZ14.5619.9621.5-
YUV113.48132.895.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=20.92%
G=41.54%
B=37.54%

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
Decimal681351220.5000.100.47168.363339.8
Hex44877A320A2Fa82128
Octal10420717262012572504150
Binary10001001000011111110101100100101010111110101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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