#44967B

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

Shades of Lochinvar #44967B

Tints of Lochinvar #44967B

Color information

#44967B (or 0x44967B) is unknown color: approx Lochinvar. HEX triplet: 44, 96 and 7B. RGB value is (68,150,123). Sum of RGB (Red+Green+Blue) = 68+150+123=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #44967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44967B is #BB6984. Grayscale: #7A7A7A. Windows color (decimal): -12282245 or 8099396. OLE color: 8099396.

HSL color Cylindrical-coordinate representation of color #44967B: hue angle of 160.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44967B is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB68150123-
CMYK0.5500.180.41
HSL160.24º37.61%42.75%-
HSV(B)160.24º54.67%58.82%-
XYZ16.8724.4722.57-
YUV122.4128.3389.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=19.94%
G=43.99%
B=36.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501230.5500.180.41160.2437.6142.75
Hex44967B3701229a0262b
Octal10422617367022512404653
Binary100010010010110111101111011101001010100110100000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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