#45967C

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

Shades of Lochinvar #45967C

Tints of Lochinvar #45967C

Color information

#45967C (or 0x45967C) is unknown color: approx Lochinvar. HEX triplet: 45, 96 and 7C. RGB value is (69,150,124). Sum of RGB (Red+Green+Blue) = 69+150+124=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #45967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45967C is #BA6983. Grayscale: #7A7A7A. Windows color (decimal): -12216708 or 8164933. OLE color: 8164933.

HSL color Cylindrical-coordinate representation of color #45967C: hue angle of 160.74º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45967C is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB69150124-
CMYK0.5400.170.41
HSL160.74º36.99%42.94%-
HSV(B)160.74º54%58.82%-
XYZ1724.5322.91-
YUV122.82128.6689.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=20.12%
G=43.73%
B=36.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691501240.5400.170.41160.7436.9942.94
Hex45967C3601129a1252b
Octal10522617466021512414553
Binary100010110010110111110011011001000110100110100001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45967C; }

 p { color: rgb(69,150,124); }

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

<style>
 a { background-color: #45967C; }

 a { background-color: rgb(69,150,124); }

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

<style>
 span { border-color: #45967C; }

 span { border-color: rgb(69,150,124); }

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